#85380B

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

Shades of Saddle Brown #85380B

Tints of Saddle Brown #85380B

Color information

#85380B (or 0x85380B) is unknown color: approx Saddle Brown. HEX triplet: 85, 38 and 0B. RGB value is (133,56,11). Sum of RGB (Red+Green+Blue) = 133+56+11=200 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.5% from 200); Green value is 56 (22.27% from 255 or 28% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 133 - color contains mainly: red. Hex color #85380B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85380B is #7AC7F4. Grayscale: #4A4A4A. Windows color (decimal): -8046581 or 735365. OLE color: 735365.

HSL color Cylindrical-coordinate representation of color #85380B: hue angle of 22.13º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85380B is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB1335611-
CMYK00.580.920.48
HSL22.13º84.72%28.24%-
HSV(B)22.13º91.73%52.16%-
XYZ11.157.841.24-
YUV73.8992.51170.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 66.5%
GREEN value IS 56 (22.27% from 255) = 28%
BLUE value IS 11 (4.69% from 255) = 5.5%
R=66.5%
G=28%
B=5.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133561100.580.920.4822.1384.7228.24
Hex8538B03A5C3016551c
Octal2057013072134602612534
Binary1000010111100010110111010101110011000010110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85380B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85380B; }

 p { color: rgb(133,56,11); }

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

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

 a { background-color: rgb(133,56,11); }

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

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

 span { border-color: rgb(133,56,11); }

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