Html Css Color HEX #955432 Chelsea Gem

📋 copy color: '#955432'

red 149 ◦ green 84 ◦ blue 50

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

Shades of Chelsea Gem #955432

Tints of Chelsea Gem #955432

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.68%

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

R = 52.65%
G = 29.68%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#955432 (or 0x955432) is known color: Chelsea Gem. HEX triplet: 95, 54 and 32. RGB value is (149,84,50). Sum of RGB (Red+Green+Blue) = 149+84+50=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #955432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955432 is #6AABCD. Grayscale: #636363. Windows color (decimal): -6990798 or 3298453. OLE color: 3298453.

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

Color convert

RGB 149 84 50 -
CMYK 0 0.44 0.66 0.42
HSL 20.61º 0.5% 0.39% -
HSV(B) 20.61º 0.66% 0.58% -
XYZ 16.14 12.96 4.67 -
YUV 99.56 100.03 163.26 -
System Red Green Blue C M Y K H S L
Decimal 149 84 50 0 0.44 0.66 0.42 20.61 0.5 0.39
Hex 95 54 32 0 2C 42 2A 15 32 27
Octal 225 124 62 0 54 102 52 25 62 47
Binary 10010101 1010100 110010 0 101100 1000010 101010 10101 110010 100111

Color Harmonies of #955432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955432

Black with #955432

Text Example


Text Example

White with #955432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955432; }

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

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

background-color css

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

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

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

border-color css

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

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

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