Html Css Color HEX #917011 Golden Brown

📋 copy color: '#917011'

red 145 ◦ green 112 ◦ blue 17

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

Shades of Golden Brown #917011

Tints of Golden Brown #917011

RGB

 RED value IS 145 (57.03% from 255) = 52.92%

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

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

R = 52.92%
G = 40.88%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#917011 (or 0x917011) is known color: Golden Brown. HEX triplet: 91, 70 and 11. RGB value is (145,112,17). Sum of RGB (Red+Green+Blue) = 145+112+17=274 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.92% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 145 - color contains mainly: red. Hex color #917011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917011 is #6E8FEE. Grayscale: #6F6F6F. Windows color (decimal): -7245807 or 1142929. OLE color: 1142929.

HSL color Cylindrical-coordinate representation of color #917011: hue angle of 44.53º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #917011 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 112 17 -
CMYK 0 0.23 0.88 0.43
HSL 44.53º 0.79% 0.32% -
HSV(B) 44.53º 0.88% 0.57% -
XYZ 17.57 17.65 3.01 -
YUV 111.04 74.93 152.22 -
System Red Green Blue C M Y K H S L
Decimal 145 112 17 0 0.23 0.88 0.43 44.53 0.79 0.32
Hex 91 70 11 0 17 58 2B 2D 4F 20
Octal 221 160 21 0 27 130 53 55 117 40
Binary 10010001 1110000 10001 0 10111 1011000 101011 101101 1001111 100000

Color Harmonies of #917011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917011

Black with #917011

Text Example


Text Example

White with #917011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917011; }

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

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

background-color css

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

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

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

border-color css

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

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

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