#85381C

Color #85381C Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #85381C

Tints of Burnt Umber #85381C

Color information

#85381C (or 0x85381C) is unknown color: approx Burnt Umber. HEX triplet: 85, 38 and 1C. RGB value is (133,56,28). Sum of RGB (Red+Green+Blue) = 133+56+28=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #85381C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85381C is #7AC7E3. Grayscale: #4C4C4C. Windows color (decimal): -8046564 or 1849477. OLE color: 1849477.

HSL color Cylindrical-coordinate representation of color #85381C: hue angle of 16º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85381C is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB1335628-
CMYK00.580.790.48
HSL16º65.22%31.57%-
HSV(B)16º78.95%52.16%-
XYZ11.37.92.03-
YUV75.83101.01168.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.29%
GREEN value IS 56 (22.27% from 255) = 25.81%
BLUE value IS 28 (11.33% from 255) = 12.90%
R=61.29%
G=25.81%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133562800.580.790.481665.2231.57
Hex85381C03A4F30104120
Octal2057034072117602010140
Binary100001011110001110001110101001111110000100001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85381C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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