#883A0B

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

Shades of Saddle Brown #883A0B

Tints of Saddle Brown #883A0B

Color information

#883A0B (or 0x883A0B) is unknown color: approx Saddle Brown. HEX triplet: 88, 3A and 0B. RGB value is (136,58,11). Sum of RGB (Red+Green+Blue) = 136+58+11=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 11 (4.69% from 255 or 5.37% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #883A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883A0B is #77C5F4. Grayscale: #4C4C4C. Windows color (decimal): -7849461 or 735880. OLE color: 735880.

HSL color Cylindrical-coordinate representation of color #883A0B: hue angle of 22.56º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #883A0B is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB1365811-
CMYK00.570.920.47
HSL22.56º85.03%28.82%-
HSV(B)22.56º91.91%53.33%-
XYZ11.738.281.3-
YUV75.9691.34170.82-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 66.34%
GREEN value IS 58 (23.05% from 255) = 28.29%
BLUE value IS 11 (4.69% from 255) = 5.37%
R=66.34%
G=28.29%
B=5.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136581100.570.920.4722.5685.0328.82
Hex883AB0395C2F17551d
Octal2107213071134572712535
Binary1000100011101010110111001101110010111110111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883A0B; }

 p { color: rgb(136,58,11); }

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

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

 a { background-color: rgb(136,58,11); }

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

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

 span { border-color: rgb(136,58,11); }

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