Html Css Color HEX #915712 Golden Brown

📋 copy color: '#915712'

red 145 ◦ green 87 ◦ blue 18

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

Shades of Golden Brown #915712

Tints of Golden Brown #915712

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.8%

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

R = 58%
G = 34.8%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#915712 (or 0x915712) is known color: Golden Brown. HEX triplet: 91, 57 and 12. RGB value is (145,87,18). Sum of RGB (Red+Green+Blue) = 145+87+18=250 (33% of max value = 765). Red value is 145 (57.03% from 255 or 58% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 145 - color contains mainly: red. Hex color #915712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915712 is #6EA8ED. Grayscale: #606060. Windows color (decimal): -7252206 or 1202065. OLE color: 1202065.

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

Color convert

RGB 145 87 18 -
CMYK 0 0.4 0.88 0.43
HSL 32.6º 0.78% 0.32% -
HSV(B) 32.6º 0.88% 0.57% -
XYZ 15.19 12.88 2.26 -
YUV 96.48 83.72 162.61 -
System Red Green Blue C M Y K H S L
Decimal 145 87 18 0 0.4 0.88 0.43 32.6 0.78 0.32
Hex 91 57 12 0 28 58 2B 21 4E 20
Octal 221 127 22 0 50 130 53 41 116 40
Binary 10010001 1010111 10010 0 101000 1011000 101011 100001 1001110 100000

Color Harmonies of #915712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915712

Black with #915712

Text Example


Text Example

White with #915712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915712; }

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

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

background-color css

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

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

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

border-color css

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

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

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