#85381A

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

Shades of Burnt Umber #85381A

Tints of Burnt Umber #85381A

Color information

#85381A (or 0x85381A) is unknown color: approx Burnt Umber. HEX triplet: 85, 38 and 1A. RGB value is (133,56,26). Sum of RGB (Red+Green+Blue) = 133+56+26=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #85381A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85381A is #7AC7E5. Grayscale: #4B4B4B. Windows color (decimal): -8046566 or 1718405. OLE color: 1718405.

HSL color Cylindrical-coordinate representation of color #85381A: hue angle of 16.82º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85381A is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB1335626-
CMYK00.580.800.48
HSL16.82º67.3%31.18%-
HSV(B)16.82º80.45%52.16%-
XYZ11.277.891.91-
YUV75.6100.01168.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.86%
GREEN value IS 56 (22.27% from 255) = 26.05%
BLUE value IS 26 (10.55% from 255) = 12.09%
R=61.86%
G=26.05%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133562600.580.800.4816.8267.331.18
Hex85381A03A503011431f
Octal2057032072120602110337
Binary10000101111000110100111010101000011000010001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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