Html Css Color HEX #917312 Golden Brown

📋 copy color: '#917312'

red 145 ◦ green 115 ◦ blue 18

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

Shades of Golden Brown #917312

Tints of Golden Brown #917312

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.37%

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

R = 52.16%
G = 41.37%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#917312 (or 0x917312) is known color: Golden Brown. HEX triplet: 91, 73 and 12. RGB value is (145,115,18). Sum of RGB (Red+Green+Blue) = 145+115+18=278 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.16% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 145 - color contains mainly: red. Hex color #917312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917312 is #6E8CED. Grayscale: #717171. Windows color (decimal): -7245038 or 1209233. OLE color: 1209233.

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

Color convert

RGB 145 115 18 -
CMYK 0 0.21 0.88 0.43
HSL 45.83º 0.78% 0.32% -
HSV(B) 45.83º 0.88% 0.57% -
XYZ 17.92 18.32 3.16 -
YUV 112.91 74.44 150.89 -
System Red Green Blue C M Y K H S L
Decimal 145 115 18 0 0.21 0.88 0.43 45.83 0.78 0.32
Hex 91 73 12 0 15 58 2B 2E 4E 20
Octal 221 163 22 0 25 130 53 56 116 40
Binary 10010001 1110011 10010 0 10101 1011000 101011 101110 1001110 100000

Color Harmonies of #917312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917312

Black with #917312

Text Example


Text Example

White with #917312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917312; }

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

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

background-color css

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

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

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

border-color css

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

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

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