Html Css Color HEX #956212 Golden Brown

📋 copy color: '#956212'

red 149 ◦ green 98 ◦ blue 18

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

Shades of Golden Brown #956212

Tints of Golden Brown #956212

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.98%

 BLUE value IS 18 (7.42% from 255) = 6.79%

R = 56.23%
G = 36.98%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#956212 (or 0x956212) is known color: Golden Brown. HEX triplet: 95, 62 and 12. RGB value is (149,98,18). Sum of RGB (Red+Green+Blue) = 149+98+18=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #956212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956212 is #6A9DED. Grayscale: #686868. Windows color (decimal): -6987246 or 1204885. OLE color: 1204885.

HSL color Cylindrical-coordinate representation of color #956212: hue angle of 36.64º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #956212 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 98 18 -
CMYK 0 0.34 0.88 0.42
HSL 36.64º 0.78% 0.33% -
HSV(B) 36.64º 0.88% 0.58% -
XYZ 16.87 15.17 2.61 -
YUV 104.13 79.4 160 -
System Red Green Blue C M Y K H S L
Decimal 149 98 18 0 0.34 0.88 0.42 36.64 0.78 0.33
Hex 95 62 12 0 22 58 2A 25 4E 21
Octal 225 142 22 0 42 130 52 45 116 41
Binary 10010101 1100010 10010 0 100010 1011000 101010 100101 1001110 100001

Color Harmonies of #956212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956212

Black with #956212

Text Example


Text Example

White with #956212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956212; }

 p { color: rgb(149,98,18); }

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

background-color css

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

 a { background-color: rgb(149,98,18); }

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

border-color css

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

 span { border-color: rgb(149,98,18); }

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