Html Css Color HEX #917512 Golden Brown

📋 copy color: '#917512'

red 145 ◦ green 117 ◦ blue 18

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

Shades of Golden Brown #917512

Tints of Golden Brown #917512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.79%

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

R = 51.79%
G = 41.79%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#917512 (or 0x917512) is known color: Golden Brown. HEX triplet: 91, 75 and 12. RGB value is (145,117,18). Sum of RGB (Red+Green+Blue) = 145+117+18=280 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.79% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 145 - color contains mainly: red. Hex color #917512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917512 is #6E8AED. Grayscale: #727272. Windows color (decimal): -7244526 or 1209745. OLE color: 1209745.

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

Color convert

RGB 145 117 18 -
CMYK 0 0.19 0.88 0.43
HSL 46.77º 0.78% 0.32% -
HSV(B) 46.77º 0.88% 0.57% -
XYZ 18.15 18.79 3.24 -
YUV 114.09 73.78 150.05 -
System Red Green Blue C M Y K H S L
Decimal 145 117 18 0 0.19 0.88 0.43 46.77 0.78 0.32
Hex 91 75 12 0 13 58 2B 2F 4E 20
Octal 221 165 22 0 23 130 53 57 116 40
Binary 10010001 1110101 10010 0 10011 1011000 101011 101111 1001110 100000

Color Harmonies of #917512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917512

Black with #917512

Text Example


Text Example

White with #917512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917512; }

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

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

background-color css

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

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

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

border-color css

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

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

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