#88300C

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

Shades of Saddle Brown #88300C

Tints of Saddle Brown #88300C

Color information

#88300C (or 0x88300C) is unknown color: approx Saddle Brown. HEX triplet: 88, 30 and 0C. RGB value is (136,48,12). Sum of RGB (Red+Green+Blue) = 136+48+12=196 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.39% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 136 - color contains mainly: red. Hex color #88300C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88300C is #77CFF3. Grayscale: #464646. Windows color (decimal): -7852020 or 798856. OLE color: 798856.

HSL color Cylindrical-coordinate representation of color #88300C: hue angle of 17.42º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #88300C is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB1364812-
CMYK00.650.910.47
HSL17.42º83.78%29.02%-
HSV(B)17.42º91.18%53.33%-
XYZ11.287.371.18-
YUV70.2195.15174.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 69.39%
GREEN value IS 48 (19.14% from 255) = 24.49%
BLUE value IS 12 (5.08% from 255) = 6.12%
R=69.39%
G=24.49%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136481200.650.910.4717.4283.7829.02
Hex8830C0415B2F11541d
Octal21060140101133572112435
Binary10001000110000110001000001101101110111110001101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88300C; }

 p { color: rgb(136,48,12); }

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

<style>
 a { background-color: #88300C; }

 a { background-color: rgb(136,48,12); }

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

<style>
 span { border-color: #88300C; }

 span { border-color: rgb(136,48,12); }

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