#883300

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

Shades of Saddle Brown #883300

Tints of Saddle Brown #883300

Color information

#883300 (or 0x883300) is unknown color: approx Saddle Brown. HEX triplet: 88, 33 and 00. RGB value is (136,51,0). Sum of RGB (Red+Green+Blue) = 136+51+0=187 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.73% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 136 - color contains mainly: red. Hex color #883300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883300 is #77CCFF. Grayscale: #464646. Windows color (decimal): -7851264 or 13192. OLE color: 13192.

HSL color Cylindrical-coordinate representation of color #883300: hue angle of 22.5º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #883300 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB136510-
CMYK00.6210.47
HSL22.5º100%26.67%-
HSV(B)22.5º100%53.33%-
XYZ11.347.60.87-
YUV70.688.16174.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 72.73%
GREEN value IS 51 (20.31% from 255) = 27.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.73%
G=27.27%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13651000.6210.4722.510026.67
Hex8833003E642F16641b
Octal210630076144572614433
Binary1000100011001100111110110010010111110110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883300; }

 p { color: rgb(136,51,0); }

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

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

 a { background-color: rgb(136,51,0); }

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

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

 span { border-color: rgb(136,51,0); }

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