Html Css Color HEX #945832 Chelsea Gem

📋 copy color: '#945832'

red 148 ◦ green 88 ◦ blue 50

#945832
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Gem #945832

Tints of Chelsea Gem #945832

RGB

 RED value IS 148 (58.2% from 255) = 51.75%

 GREEN value IS 88 (34.77% from 255) = 30.77%

 BLUE value IS 50 (19.92% from 255) = 17.48%

R = 51.75%
G = 30.77%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#945832 (or 0x945832) is known color: Chelsea Gem. HEX triplet: 94, 58 and 32. RGB value is (148,88,50). Sum of RGB (Red+Green+Blue) = 148+88+50=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #945832 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945832 is #6BA7CD. Grayscale: #656565. Windows color (decimal): -7055310 or 3299476. OLE color: 3299476.

HSL color Cylindrical-coordinate representation of color #945832: hue angle of 23.27º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #945832 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 88 50 -
CMYK 0 0.41 0.66 0.42
HSL 23.27º 0.49% 0.39% -
HSV(B) 23.27º 0.66% 0.58% -
XYZ 16.28 13.51 4.77 -
YUV 101.61 98.88 161.09 -
System Red Green Blue C M Y K H S L
Decimal 148 88 50 0 0.41 0.66 0.42 23.27 0.49 0.39
Hex 94 58 32 0 29 42 2A 17 31 27
Octal 224 130 62 0 51 102 52 27 61 47
Binary 10010100 1011000 110010 0 101001 1000010 101010 10111 110001 100111

Color Harmonies of #945832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945832

Black with #945832

Text Example


Text Example

White with #945832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945832; }

 p { color: rgb(148,88,50); }

 H1.HeaderClassName
 {
   color: #945832;
 }
 .AnyTagClassName
 {
   color: #945832;
 }
</style>

background-color css

<style>
 a { background-color: #945832; }

 a { background-color: rgb(148,88,50); }

 div.DivClassName
 {
   background-color: #945832;
 }
 .BgClassName
 {
   background-color: #945832;
 }
</style>

border-color css

<style>
 span { border-color: #945832; }

 span { border-color: rgb(148,88,50); }

 td.TdClassName
 {
   border-color: #945832;
 }
 .TagClassName
 {
   border-color: #945832;
 }
</style>