Html Css Color HEX #915012 Saddle Brown

📋 copy color: '#915012'

red 145 ◦ green 80 ◦ blue 18

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

Shades of Saddle Brown #915012

Tints of Saddle Brown #915012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.92%

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

R = 59.67%
G = 32.92%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#915012 (or 0x915012) is known color: Saddle Brown. HEX triplet: 91, 50 and 12. RGB value is (145,80,18). Sum of RGB (Red+Green+Blue) = 145+80+18=243 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.67% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 145 - color contains mainly: red. Hex color #915012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915012 is #6EAFED. Grayscale: #5C5C5C. Windows color (decimal): -7253998 or 1200273. OLE color: 1200273.

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

Color convert

RGB 145 80 18 -
CMYK 0 0.45 0.88 0.43
HSL 29.29º 0.78% 0.32% -
HSV(B) 29.29º 0.88% 0.57% -
XYZ 14.65 11.8 2.08 -
YUV 92.37 86.03 165.54 -
System Red Green Blue C M Y K H S L
Decimal 145 80 18 0 0.45 0.88 0.43 29.29 0.78 0.32
Hex 91 50 12 0 2D 58 2B 1D 4E 20
Octal 221 120 22 0 55 130 53 35 116 40
Binary 10010001 1010000 10010 0 101101 1011000 101011 11101 1001110 100000

Color Harmonies of #915012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915012

Black with #915012

Text Example


Text Example

White with #915012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915012; }

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

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

background-color css

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

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

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

border-color css

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

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

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