Html Css Color HEX #957311 Golden Brown

📋 copy color: '#957311'

red 149 ◦ green 115 ◦ blue 17

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

Shades of Golden Brown #957311

Tints of Golden Brown #957311

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.93%

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

R = 53.02%
G = 40.93%
B = 6.05%

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

#957311 (or 0x957311) is known color: Golden Brown. HEX triplet: 95, 73 and 11. RGB value is (149,115,17). Sum of RGB (Red+Green+Blue) = 149+115+17=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #957311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957311 is #6A8CEE. Grayscale: #727272. Windows color (decimal): -6982895 or 1143701. OLE color: 1143701.

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

Color convert

RGB 149 115 17 -
CMYK 0 0.23 0.89 0.42
HSL 44.55º 0.8% 0.33% -
HSV(B) 44.55º 0.89% 0.58% -
XYZ 18.63 18.69 3.16 -
YUV 113.99 73.26 152.97 -
System Red Green Blue C M Y K H S L
Decimal 149 115 17 0 0.23 0.89 0.42 44.55 0.8 0.33
Hex 95 73 11 0 17 59 2A 2D 50 21
Octal 225 163 21 0 27 131 52 55 120 41
Binary 10010101 1110011 10001 0 10111 1011001 101010 101101 1010000 100001

Color Harmonies of #957311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957311

Black with #957311

Text Example


Text Example

White with #957311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957311; }

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

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

background-color css

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

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

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

border-color css

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

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

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