Html Css Color HEX #955436 Chelsea Gem

📋 copy color: '#955436'

red 149 ◦ green 84 ◦ blue 54

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

Shades of Chelsea Gem #955436

Tints of Chelsea Gem #955436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.82%

R = 51.92%
G = 29.27%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#955436 (or 0x955436) is known color: Chelsea Gem. HEX triplet: 95, 54 and 36. RGB value is (149,84,54). Sum of RGB (Red+Green+Blue) = 149+84+54=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #955436 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955436 is #6AABC9. Grayscale: #646464. Windows color (decimal): -6990794 or 3560597. OLE color: 3560597.

HSL color Cylindrical-coordinate representation of color #955436: hue angle of 18.95º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #955436 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 84 54 -
CMYK 0 0.44 0.64 0.42
HSL 18.95º 0.47% 0.4% -
HSV(B) 18.95º 0.64% 0.58% -
XYZ 16.23 13 5.14 -
YUV 100.02 102.03 162.94 -
System Red Green Blue C M Y K H S L
Decimal 149 84 54 0 0.44 0.64 0.42 18.95 0.47 0.4
Hex 95 54 36 0 2C 40 2A 13 2F 28
Octal 225 124 66 0 54 100 52 23 57 50
Binary 10010101 1010100 110110 0 101100 1000000 101010 10011 101111 101000

Color Harmonies of #955436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955436

Black with #955436

Text Example


Text Example

White with #955436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955436; }

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

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

background-color css

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

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

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

border-color css

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

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

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