#88450E

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

Shades of Saddle Brown #88450E

Tints of Saddle Brown #88450E

Color information

#88450E (or 0x88450E) is unknown color: approx Saddle Brown. HEX triplet: 88, 45 and 0E. RGB value is (136,69,14). Sum of RGB (Red+Green+Blue) = 136+69+14=219 (29% of max value = 765). Red value is 136 (53.52% from 255 or 62.10% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 14 (5.86% from 255 or 6.39% from 219); Max value from RGB is 136 - color contains mainly: red. Hex color #88450E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88450E is #77BAF1. Grayscale: #535353. Windows color (decimal): -7846642 or 935304. OLE color: 935304.

HSL color Cylindrical-coordinate representation of color #88450E: hue angle of 27.05º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88450E is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1366914-
CMYK00.490.900.47
HSL27.05º81.33%29.41%-
HSV(B)27.05º89.71%53.33%-
XYZ12.369.521.6-
YUV82.7689.2165.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 62.10%
GREEN value IS 69 (27.34% from 255) = 31.51%
BLUE value IS 14 (5.86% from 255) = 6.39%
R=62.10%
G=31.51%
B=6.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136691400.490.900.4727.0581.3329.41
Hex8845E0315A2F1b511d
Octal21010516061132573312135
Binary10001000100010111100110001101101010111111011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88450E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88450E; }

 p { color: rgb(136,69,14); }

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

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

 a { background-color: rgb(136,69,14); }

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

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

 span { border-color: rgb(136,69,14); }

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