#88340E

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

Shades of Saddle Brown #88340E

Tints of Saddle Brown #88340E

Color information

#88340E (or 0x88340E) is unknown color: approx Saddle Brown. HEX triplet: 88, 34 and 0E. RGB value is (136,52,14). Sum of RGB (Red+Green+Blue) = 136+52+14=202 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.33% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 14 (5.86% from 255 or 6.93% from 202); Max value from RGB is 136 - color contains mainly: red. Hex color #88340E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88340E is #77CBF1. Grayscale: #494949. Windows color (decimal): -7850994 or 930952. OLE color: 930952.

HSL color Cylindrical-coordinate representation of color #88340E: hue angle of 18.69º 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 #88340E is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1365214-
CMYK00.620.900.47
HSL18.69º81.33%29.41%-
HSV(B)18.69º89.71%53.33%-
XYZ11.467.721.3-
YUV72.7894.83173.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 67.33%
GREEN value IS 52 (20.70% from 255) = 25.74%
BLUE value IS 14 (5.86% from 255) = 6.93%
R=67.33%
G=25.74%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136521400.620.900.4718.6981.3329.41
Hex8834E03E5A2F13511d
Octal2106416076132572312135
Binary1000100011010011100111110101101010111110011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88340E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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