#8A451D

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

Shades of Saddle Brown #8A451D

Tints of Saddle Brown #8A451D

Color information

#8A451D (or 0x8A451D) is unknown color: approx Saddle Brown. HEX triplet: 8A, 45 and 1D. RGB value is (138,69,29). Sum of RGB (Red+Green+Blue) = 138+69+29=236 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.47% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 138 - color contains mainly: red. Hex color #8A451D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A451D is #75BAE2. Grayscale: #555555. Windows color (decimal): -7715555 or 1918346. OLE color: 1918346.

HSL color Cylindrical-coordinate representation of color #8A451D: hue angle of 22.02º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A451D is Cyan = 0, Magento = 0.5, Yellow = 0.79 and Black (K on CMYK) = 0.46.

Color convert

RGB1386929-
CMYK00.50.790.46
HSL22.02º65.27%32.75%-
HSV(B)22.02º78.99%54.12%-
XYZ12.839.752.37-
YUV85.0796.36165.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 58.47%
GREEN value IS 69 (27.34% from 255) = 29.24%
BLUE value IS 29 (11.72% from 255) = 12.29%
R=58.47%
G=29.24%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.79
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138692900.50.790.4622.0265.2732.75
Hex8A451D0324F2E164121
Octal21210535062117562610141
Binary1000101010001011110101100101001111101110101101000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A451D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A451D; }

 p { color: rgb(138,69,29); }

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

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

 a { background-color: rgb(138,69,29); }

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

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

 span { border-color: rgb(138,69,29); }

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