Html Css Color HEX #915011 Saddle Brown

📋 copy color: '#915011'

red 145 ◦ green 80 ◦ blue 17

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

Shades of Saddle Brown #915011

Tints of Saddle Brown #915011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.02%

R = 59.92%
G = 33.06%
B = 7.02%

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

#915011 (or 0x915011) is known color: Saddle Brown. HEX triplet: 91, 50 and 11. RGB value is (145,80,17). Sum of RGB (Red+Green+Blue) = 145+80+17=242 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.92% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 145 - color contains mainly: red. Hex color #915011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915011 is #6EAFEE. Grayscale: #5C5C5C. Windows color (decimal): -7253999 or 1134737. OLE color: 1134737.

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

Color convert

RGB 145 80 17 -
CMYK 0 0.45 0.88 0.43
HSL 29.53º 0.79% 0.32% -
HSV(B) 29.53º 0.88% 0.57% -
XYZ 14.65 11.8 2.04 -
YUV 92.25 85.53 165.62 -
System Red Green Blue C M Y K H S L
Decimal 145 80 17 0 0.45 0.88 0.43 29.53 0.79 0.32
Hex 91 50 11 0 2D 58 2B 1E 4F 20
Octal 221 120 21 0 55 130 53 36 117 40
Binary 10010001 1010000 10001 0 101101 1011000 101011 11110 1001111 100000

Color Harmonies of #915011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915011

Black with #915011

Text Example


Text Example

White with #915011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915011; }

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

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

background-color css

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

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

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

border-color css

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

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

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