Html Css Color HEX #917012 Golden Brown

📋 copy color: '#917012'

red 145 ◦ green 112 ◦ blue 18

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

Shades of Golden Brown #917012

Tints of Golden Brown #917012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.55%

R = 52.73%
G = 40.73%
B = 6.55%

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

#917012 (or 0x917012) is known color: Golden Brown. HEX triplet: 91, 70 and 12. RGB value is (145,112,18). Sum of RGB (Red+Green+Blue) = 145+112+18=275 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.73% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 145 - color contains mainly: red. Hex color #917012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917012 is #6E8FED. Grayscale: #6F6F6F. Windows color (decimal): -7245806 or 1208465. OLE color: 1208465.

HSL color Cylindrical-coordinate representation of color #917012: hue angle of 44.41º degrees, saturation: 0.78, 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 #917012 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 112 18 -
CMYK 0 0.23 0.88 0.43
HSL 44.41º 0.78% 0.32% -
HSV(B) 44.41º 0.88% 0.57% -
XYZ 17.58 17.65 3.05 -
YUV 111.15 75.43 152.14 -
System Red Green Blue C M Y K H S L
Decimal 145 112 18 0 0.23 0.88 0.43 44.41 0.78 0.32
Hex 91 70 12 0 17 58 2B 2C 4E 20
Octal 221 160 22 0 27 130 53 54 116 40
Binary 10010001 1110000 10010 0 10111 1011000 101011 101100 1001110 100000

Color Harmonies of #917012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917012

Black with #917012

Text Example


Text Example

White with #917012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917012; }

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

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

background-color css

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

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

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

border-color css

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

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

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