Html Css Color HEX #955632 Chelsea Gem

📋 copy color: '#955632'

red 149 ◦ green 86 ◦ blue 50

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

Shades of Chelsea Gem #955632

Tints of Chelsea Gem #955632

RGB

 RED value IS 149 (58.59% from 255) = 52.28%

 GREEN value IS 86 (33.98% from 255) = 30.18%

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

R = 52.28%
G = 30.18%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#955632 (or 0x955632) is known color: Chelsea Gem. HEX triplet: 95, 56 and 32. RGB value is (149,86,50). Sum of RGB (Red+Green+Blue) = 149+86+50=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #955632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955632 is #6AA9CD. Grayscale: #646464. Windows color (decimal): -6990286 or 3298965. OLE color: 3298965.

HSL color Cylindrical-coordinate representation of color #955632: hue angle of 21.82º degrees, saturation: 0.5, 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 #955632 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 86 50 -
CMYK 0 0.42 0.66 0.42
HSL 21.82º 0.5% 0.39% -
HSV(B) 21.82º 0.66% 0.58% -
XYZ 16.3 13.28 4.72 -
YUV 100.73 99.37 162.43 -
System Red Green Blue C M Y K H S L
Decimal 149 86 50 0 0.42 0.66 0.42 21.82 0.5 0.39
Hex 95 56 32 0 2A 42 2A 16 32 27
Octal 225 126 62 0 52 102 52 26 62 47
Binary 10010101 1010110 110010 0 101010 1000010 101010 10110 110010 100111

Color Harmonies of #955632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955632

Black with #955632

Text Example


Text Example

White with #955632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955632; }

 p { color: rgb(149,86,50); }

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

background-color css

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

 a { background-color: rgb(149,86,50); }

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

border-color css

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

 span { border-color: rgb(149,86,50); }

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