Html Css Color HEX #91510A Saddle Brown

📋 copy color: '#91510A'

red 145 ◦ green 81 ◦ blue 10

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

Shades of Saddle Brown #91510A

Tints of Saddle Brown #91510A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.32%

 BLUE value IS 10 (4.3% from 255) = 4.24%

R = 61.44%
G = 34.32%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.43

RGB Variations

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

Color information

#91510A (or 0x91510A) is known color: Saddle Brown. HEX triplet: 91, 51 and 0A. RGB value is (145,81,10). Sum of RGB (Red+Green+Blue) = 145+81+10=236 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.44% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 145 - color contains mainly: red. Hex color #91510A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #91510A is #6EAEF5. Grayscale: #5C5C5C. Windows color (decimal): -7253750 or 676241. OLE color: 676241.

HSL color Cylindrical-coordinate representation of color #91510A: hue angle of 31.56º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #91510A is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 81 10 -
CMYK 0 0.44 0.93 0.43
HSL 31.56º 0.87% 0.3% -
HSV(B) 31.56º 0.93% 0.57% -
XYZ 14.67 11.93 1.82 -
YUV 92.04 81.7 165.77 -
System Red Green Blue C M Y K H S L
Decimal 145 81 10 0 0.44 0.93 0.43 31.56 0.87 0.3
Hex 91 51 A 0 2C 5D 2B 20 57 1E
Octal 221 121 12 0 54 135 53 40 127 36
Binary 10010001 1010001 1010 0 101100 1011101 101011 100000 1010111 11110

Color Harmonies of #91510A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91510A

Black with #91510A

Text Example


Text Example

White with #91510A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91510A; }

 p { color: rgb(145,81,10); }

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

background-color css

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

 a { background-color: rgb(145,81,10); }

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

border-color css

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

 span { border-color: rgb(145,81,10); }

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