Html Css Color HEX #955736 Chelsea Gem

📋 copy color: '#955736'

red 149 ◦ green 87 ◦ blue 54

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

Shades of Chelsea Gem #955736

Tints of Chelsea Gem #955736

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30%

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

R = 51.38%
G = 30%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#955736 (or 0x955736) is known color: Chelsea Gem. HEX triplet: 95, 57 and 36. RGB value is (149,87,54). Sum of RGB (Red+Green+Blue) = 149+87+54=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #955736 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955736 is #6AA8C9. Grayscale: #656565. Windows color (decimal): -6990026 or 3561365. OLE color: 3561365.

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

Color convert

RGB 149 87 54 -
CMYK 0 0.42 0.64 0.42
HSL 20.84º 0.47% 0.4% -
HSV(B) 20.84º 0.64% 0.58% -
XYZ 16.47 13.47 5.22 -
YUV 101.78 101.04 161.68 -
System Red Green Blue C M Y K H S L
Decimal 149 87 54 0 0.42 0.64 0.42 20.84 0.47 0.4
Hex 95 57 36 0 2A 40 2A 15 2F 28
Octal 225 127 66 0 52 100 52 25 57 50
Binary 10010101 1010111 110110 0 101010 1000000 101010 10101 101111 101000

Color Harmonies of #955736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955736

Black with #955736

Text Example


Text Example

White with #955736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955736; }

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

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

background-color css

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

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

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

border-color css

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

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

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