Html Css Color HEX #917412 Golden Brown

📋 copy color: '#917412'

red 145 ◦ green 116 ◦ blue 18

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

Shades of Golden Brown #917412

Tints of Golden Brown #917412

RGB

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

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

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

R = 51.97%
G = 41.58%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#917412 (or 0x917412) is known color: Golden Brown. HEX triplet: 91, 74 and 12. RGB value is (145,116,18). Sum of RGB (Red+Green+Blue) = 145+116+18=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #917412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917412 is #6E8BED. Grayscale: #717171. Windows color (decimal): -7244782 or 1209489. OLE color: 1209489.

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

Color convert

RGB 145 116 18 -
CMYK 0 0.2 0.88 0.43
HSL 46.3º 0.78% 0.32% -
HSV(B) 46.3º 0.88% 0.57% -
XYZ 18.03 18.55 3.2 -
YUV 113.5 74.11 150.47 -
System Red Green Blue C M Y K H S L
Decimal 145 116 18 0 0.2 0.88 0.43 46.3 0.78 0.32
Hex 91 74 12 0 14 58 2B 2E 4E 20
Octal 221 164 22 0 24 130 53 56 116 40
Binary 10010001 1110100 10010 0 10100 1011000 101011 101110 1001110 100000

Color Harmonies of #917412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917412

Black with #917412

Text Example


Text Example

White with #917412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917412; }

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

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

background-color css

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

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

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

border-color css

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

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

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