#91481A

Color #91481A Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #91481A

Tints of Saddle Brown #91481A

Color information

#91481A (or 0x91481A) is unknown color: approx Saddle Brown. HEX triplet: 91, 48 and 1A. RGB value is (145,72,26). Sum of RGB (Red+Green+Blue) = 145+72+26=243 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.67% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 145 - color contains mainly: red. Hex color #91481A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91481A is #6EB7E5. Grayscale: #585858. Windows color (decimal): -7256038 or 1722513. OLE color: 1722513.

HSL color Cylindrical-coordinate representation of color #91481A: hue angle of 23.19º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #91481A is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB1457226-
CMYK00.500.820.43
HSL23.19º69.59%33.53%-
HSV(B)23.19º82.07%56.86%-
XYZ14.1810.732.3-
YUV88.5892.68168.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 59.67%
GREEN value IS 72 (28.52% from 255) = 29.63%
BLUE value IS 26 (10.55% from 255) = 10.70%
R=59.67%
G=29.63%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145722600.500.820.4323.1969.5933.53
Hex91481A032522B174622
Octal22111032062122532710642
Binary1001000110010001101001100101010010101011101111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91481A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,72,26); }

 H1.HeaderClassName
 {
   color: #91481A;
 }
 .AnyTagClassName
 {
   color: #91481A;
 }
</style>
background-color css

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

 a { background-color: rgb(145,72,26); }

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

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

 span { border-color: rgb(145,72,26); }

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