Html Css Color HEX #955532 Chelsea Gem

📋 copy color: '#955532'

red 149 ◦ green 85 ◦ blue 50

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

Shades of Chelsea Gem #955532

Tints of Chelsea Gem #955532

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.93%

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

R = 52.46%
G = 29.93%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#955532 (or 0x955532) is known color: Chelsea Gem. HEX triplet: 95, 55 and 32. RGB value is (149,85,50). Sum of RGB (Red+Green+Blue) = 149+85+50=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #955532 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955532 is #6AAACD. Grayscale: #646464. Windows color (decimal): -6990542 or 3298709. OLE color: 3298709.

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

Color convert

RGB 149 85 50 -
CMYK 0 0.43 0.66 0.42
HSL 21.21º 0.5% 0.39% -
HSV(B) 21.21º 0.66% 0.58% -
XYZ 16.22 13.12 4.69 -
YUV 100.15 99.7 162.85 -
System Red Green Blue C M Y K H S L
Decimal 149 85 50 0 0.43 0.66 0.42 21.21 0.5 0.39
Hex 95 55 32 0 2B 42 2A 15 32 27
Octal 225 125 62 0 53 102 52 25 62 47
Binary 10010101 1010101 110010 0 101011 1000010 101010 10101 110010 100111

Color Harmonies of #955532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955532

Black with #955532

Text Example


Text Example

White with #955532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955532; }

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

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

background-color css

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

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

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

border-color css

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

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

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