Html Css Color HEX #957016 Golden Brown

📋 copy color: '#957016'

red 149 ◦ green 112 ◦ blue 22

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

Shades of Golden Brown #957016

Tints of Golden Brown #957016

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.58%

 BLUE value IS 22 (8.98% from 255) = 7.77%

R = 52.65%
G = 39.58%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#957016 (or 0x957016) is known color: Golden Brown. HEX triplet: 95, 70 and 16. RGB value is (149,112,22). Sum of RGB (Red+Green+Blue) = 149+112+22=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #957016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957016 is #6A8FE9. Grayscale: #717171. Windows color (decimal): -6983658 or 1470613. OLE color: 1470613.

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

Color convert

RGB 149 112 22 -
CMYK 0 0.25 0.85 0.42
HSL 42.52º 0.74% 0.34% -
HSV(B) 42.52º 0.85% 0.58% -
XYZ 18.33 18.04 3.27 -
YUV 112.8 76.76 153.82 -
System Red Green Blue C M Y K H S L
Decimal 149 112 22 0 0.25 0.85 0.42 42.52 0.74 0.34
Hex 95 70 16 0 19 55 2A 2B 4A 22
Octal 225 160 26 0 31 125 52 53 112 42
Binary 10010101 1110000 10110 0 11001 1010101 101010 101011 1001010 100010

Color Harmonies of #957016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957016

Black with #957016

Text Example


Text Example

White with #957016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957016; }

 p { color: rgb(149,112,22); }

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

background-color css

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

 a { background-color: rgb(149,112,22); }

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

border-color css

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

 span { border-color: rgb(149,112,22); }

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