#88530F

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

Shades of Saddle Brown #88530F

Tints of Saddle Brown #88530F

Color information

#88530F (or 0x88530F) is unknown color: approx Saddle Brown. HEX triplet: 88, 53 and 0F. RGB value is (136,83,15). Sum of RGB (Red+Green+Blue) = 136+83+15=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #88530F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88530F is #77ACF0. Grayscale: #5B5B5B. Windows color (decimal): -7843057 or 1004424. OLE color: 1004424.

HSL color Cylindrical-coordinate representation of color #88530F: hue angle of 33.72º 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 #88530F is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB1368315-
CMYK00.390.890.47
HSL33.72º80.13%29.61%-
HSV(B)33.72º88.97%53.33%-
XYZ13.3311.461.96-
YUV91.0985.06160.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.12%
GREEN value IS 83 (32.81% from 255) = 35.47%
BLUE value IS 15 (6.25% from 255) = 6.41%
R=58.12%
G=35.47%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136831500.390.890.4733.7280.1329.61
Hex8853F027592F22501e
Octal21012317047131574212036
Binary100010001010011111101001111011001101111100010101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88530F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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