Html Css Color HEX #915912 Golden Brown

📋 copy color: '#915912'

red 145 ◦ green 89 ◦ blue 18

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

Shades of Golden Brown #915912

Tints of Golden Brown #915912

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.32%

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

R = 57.54%
G = 35.32%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#915912 (or 0x915912) is known color: Golden Brown. HEX triplet: 91, 59 and 12. RGB value is (145,89,18). Sum of RGB (Red+Green+Blue) = 145+89+18=252 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.54% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 145 - color contains mainly: red. Hex color #915912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915912 is #6EA6ED. Grayscale: #616161. Windows color (decimal): -7251694 or 1202577. OLE color: 1202577.

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

Color convert

RGB 145 89 18 -
CMYK 0 0.39 0.88 0.43
HSL 33.54º 0.78% 0.32% -
HSV(B) 33.54º 0.88% 0.57% -
XYZ 15.36 13.21 2.31 -
YUV 97.65 83.05 161.77 -
System Red Green Blue C M Y K H S L
Decimal 145 89 18 0 0.39 0.88 0.43 33.54 0.78 0.32
Hex 91 59 12 0 27 58 2B 22 4E 20
Octal 221 131 22 0 47 130 53 42 116 40
Binary 10010001 1011001 10010 0 100111 1011000 101011 100010 1001110 100000

Color Harmonies of #915912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915912

Black with #915912

Text Example


Text Example

White with #915912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915912; }

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

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

background-color css

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

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

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

border-color css

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

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

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