#85280A

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

Shades of Burnt Umber #85280A

Tints of Burnt Umber #85280A

Color information

#85280A (or 0x85280A) is unknown color: approx Burnt Umber. HEX triplet: 85, 28 and 0A. RGB value is (133,40,10). Sum of RGB (Red+Green+Blue) = 133+40+10=183 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.68% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 133 - color contains mainly: red. Hex color #85280A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85280A is #7AD7F5. Grayscale: #404040. Windows color (decimal): -8050678 or 665733. OLE color: 665733.

HSL color Cylindrical-coordinate representation of color #85280A: hue angle of 14.63º degrees, saturation: 0.86, 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 #85280A is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB1334010-
CMYK00.700.920.48
HSL14.63º86.01%28.04%-
HSV(B)14.63º92.48%52.16%-
XYZ10.496.530.99-
YUV64.3997.31176.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 72.68%
GREEN value IS 40 (16.02% from 255) = 21.86%
BLUE value IS 10 (4.30% from 255) = 5.46%
R=72.68%
G=21.86%
B=5.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133401000.700.920.4814.6386.0128.04
Hex8528A0465C30f561c
Octal20550120106134601712634
Binary1000010110100010100100011010111001100001111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,40,10); }

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

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

 a { background-color: rgb(133,40,10); }

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

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

 span { border-color: rgb(133,40,10); }

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