Html Css Color HEX #917014 Golden Brown

📋 copy color: '#917014'

red 145 ◦ green 112 ◦ blue 20

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

Shades of Golden Brown #917014

Tints of Golden Brown #917014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.22%

R = 52.35%
G = 40.43%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#917014 (or 0x917014) is known color: Golden Brown. HEX triplet: 91, 70 and 14. RGB value is (145,112,20). Sum of RGB (Red+Green+Blue) = 145+112+20=277 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.35% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 145 - color contains mainly: red. Hex color #917014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917014 is #6E8FEB. Grayscale: #6F6F6F. Windows color (decimal): -7245804 or 1339537. OLE color: 1339537.

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

Color convert

RGB 145 112 20 -
CMYK 0 0.23 0.86 0.43
HSL 44.16º 0.76% 0.32% -
HSV(B) 44.16º 0.86% 0.57% -
XYZ 17.6 17.66 3.14 -
YUV 111.38 76.43 151.98 -
System Red Green Blue C M Y K H S L
Decimal 145 112 20 0 0.23 0.86 0.43 44.16 0.76 0.32
Hex 91 70 14 0 17 56 2B 2C 4C 20
Octal 221 160 24 0 27 126 53 54 114 40
Binary 10010001 1110000 10100 0 10111 1010110 101011 101100 1001100 100000

Color Harmonies of #917014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917014

Black with #917014

Text Example


Text Example

White with #917014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917014; }

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

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

background-color css

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

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

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

border-color css

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

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

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