Html Css Color HEX #957211 Golden Brown

📋 copy color: '#957211'

red 149 ◦ green 114 ◦ blue 17

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

Shades of Golden Brown #957211

Tints of Golden Brown #957211

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.71%

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

R = 53.21%
G = 40.71%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#957211 (or 0x957211) is known color: Golden Brown. HEX triplet: 95, 72 and 11. RGB value is (149,114,17). Sum of RGB (Red+Green+Blue) = 149+114+17=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #957211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957211 is #6A8DEE. Grayscale: #717171. Windows color (decimal): -6983151 or 1143445. OLE color: 1143445.

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

Color convert

RGB 149 114 17 -
CMYK 0 0.23 0.89 0.42
HSL 44.09º 0.8% 0.33% -
HSV(B) 44.09º 0.89% 0.58% -
XYZ 18.51 18.46 3.12 -
YUV 113.41 73.6 153.39 -
System Red Green Blue C M Y K H S L
Decimal 149 114 17 0 0.23 0.89 0.42 44.09 0.8 0.33
Hex 95 72 11 0 17 59 2A 2C 50 21
Octal 225 162 21 0 27 131 52 54 120 41
Binary 10010101 1110010 10001 0 10111 1011001 101010 101100 1010000 100001

Color Harmonies of #957211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957211

Black with #957211

Text Example


Text Example

White with #957211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957211; }

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

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

background-color css

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

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

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

border-color css

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

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

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