#88380F

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

Shades of Saddle Brown #88380F

Tints of Saddle Brown #88380F

Color information

#88380F (or 0x88380F) is unknown color: approx Saddle Brown. HEX triplet: 88, 38 and 0F. RGB value is (136,56,15). Sum of RGB (Red+Green+Blue) = 136+56+15=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #88380F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88380F is #77C7F0. Grayscale: #4B4B4B. Windows color (decimal): -7849969 or 997512. OLE color: 997512.

HSL color Cylindrical-coordinate representation of color #88380F: hue angle of 20.33º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #88380F is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB1365615-
CMYK00.590.890.47
HSL20.33º80.13%29.61%-
HSV(B)20.33º88.97%53.33%-
XYZ11.658.11.4-
YUV75.2594171.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 65.70%
GREEN value IS 56 (22.27% from 255) = 27.05%
BLUE value IS 15 (6.25% from 255) = 7.25%
R=65.70%
G=27.05%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136561500.590.890.4720.3380.1329.61
Hex8838F03B592F14501e
Octal2107017073131572412036
Binary1000100011100011110111011101100110111110100101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88380F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88380F; }

 p { color: rgb(136,56,15); }

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

<style>
 a { background-color: #88380F; }

 a { background-color: rgb(136,56,15); }

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

<style>
 span { border-color: #88380F; }

 span { border-color: rgb(136,56,15); }

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