Html Css Color HEX #957511 Golden Brown

📋 copy color: '#957511'

red 149 ◦ green 117 ◦ blue 17

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

Shades of Golden Brown #957511

Tints of Golden Brown #957511

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.34%

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

R = 52.65%
G = 41.34%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#957511 (or 0x957511) is known color: Golden Brown. HEX triplet: 95, 75 and 11. RGB value is (149,117,17). Sum of RGB (Red+Green+Blue) = 149+117+17=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #957511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957511 is #6A8AEE. Grayscale: #737373. Windows color (decimal): -6982383 or 1144213. OLE color: 1144213.

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

Color convert

RGB 149 117 17 -
CMYK 0 0.21 0.89 0.42
HSL 45.45º 0.8% 0.33% -
HSV(B) 45.45º 0.89% 0.58% -
XYZ 18.86 19.15 3.23 -
YUV 115.17 72.6 152.13 -
System Red Green Blue C M Y K H S L
Decimal 149 117 17 0 0.21 0.89 0.42 45.45 0.8 0.33
Hex 95 75 11 0 15 59 2A 2D 50 21
Octal 225 165 21 0 25 131 52 55 120 41
Binary 10010101 1110101 10001 0 10101 1011001 101010 101101 1010000 100001

Color Harmonies of #957511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957511

Black with #957511

Text Example


Text Example

White with #957511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957511; }

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

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

background-color css

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

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

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

border-color css

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

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

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