Html Css Color HEX #957011 Golden Brown

📋 copy color: '#957011'

red 149 ◦ green 112 ◦ blue 17

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

Shades of Golden Brown #957011

Tints of Golden Brown #957011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.12%

R = 53.6%
G = 40.29%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#957011 (or 0x957011) is known color: Golden Brown. HEX triplet: 95, 70 and 11. RGB value is (149,112,17). Sum of RGB (Red+Green+Blue) = 149+112+17=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #957011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957011 is #6A8FEE. Grayscale: #707070. Windows color (decimal): -6983663 or 1142933. OLE color: 1142933.

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

Color convert

RGB 149 112 17 -
CMYK 0 0.25 0.89 0.42
HSL 43.18º 0.8% 0.33% -
HSV(B) 43.18º 0.89% 0.58% -
XYZ 18.29 18.02 3.04 -
YUV 112.23 74.26 154.22 -
System Red Green Blue C M Y K H S L
Decimal 149 112 17 0 0.25 0.89 0.42 43.18 0.8 0.33
Hex 95 70 11 0 19 59 2A 2B 50 21
Octal 225 160 21 0 31 131 52 53 120 41
Binary 10010101 1110000 10001 0 11001 1011001 101010 101011 1010000 100001

Color Harmonies of #957011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957011

Black with #957011

Text Example


Text Example

White with #957011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957011; }

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

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

background-color css

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

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

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

border-color css

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

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

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