Html Css Color HEX #957411 Golden Brown

📋 copy color: '#957411'

red 149 ◦ green 116 ◦ blue 17

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

Shades of Golden Brown #957411

Tints of Golden Brown #957411

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.13%

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

R = 52.84%
G = 41.13%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#957411 (or 0x957411) is known color: Golden Brown. HEX triplet: 95, 74 and 11. RGB value is (149,116,17). Sum of RGB (Red+Green+Blue) = 149+116+17=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #957411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957411 is #6A8BEE. Grayscale: #737373. Windows color (decimal): -6982639 or 1143957. OLE color: 1143957.

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

Color convert

RGB 149 116 17 -
CMYK 0 0.22 0.89 0.42
HSL 45º 0.8% 0.33% -
HSV(B) 45º 0.89% 0.58% -
XYZ 18.74 18.92 3.19 -
YUV 114.58 72.93 152.55 -
System Red Green Blue C M Y K H S L
Decimal 149 116 17 0 0.22 0.89 0.42 45 0.8 0.33
Hex 95 74 11 0 16 59 2A 2D 50 21
Octal 225 164 21 0 26 131 52 55 120 41
Binary 10010101 1110100 10001 0 10110 1011001 101010 101101 1010000 100001

Color Harmonies of #957411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957411

Black with #957411

Text Example


Text Example

White with #957411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957411; }

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

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

background-color css

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

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

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

border-color css

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

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

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