#85331C

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

Shades of Burnt Umber #85331C

Tints of Burnt Umber #85331C

Color information

#85331C (or 0x85331C) is unknown color: approx Burnt Umber. HEX triplet: 85, 33 and 1C. RGB value is (133,51,28). Sum of RGB (Red+Green+Blue) = 133+51+28=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #85331C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85331C is #7ACCE3. Grayscale: #494949. Windows color (decimal): -8047844 or 1848197. OLE color: 1848197.

HSL color Cylindrical-coordinate representation of color #85331C: hue angle of 13.14º 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 #85331C is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB1335128-
CMYK00.620.790.48
HSL13.14º65.22%31.57%-
HSV(B)13.14º78.95%52.16%-
XYZ11.077.441.95-
YUV72.9102.67170.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 62.74%
GREEN value IS 51 (20.31% from 255) = 24.06%
BLUE value IS 28 (11.33% from 255) = 13.21%
R=62.74%
G=24.06%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133512800.620.790.4813.1465.2231.57
Hex85331C03E4F30d4120
Octal2056334076117601510140
Binary10000101110011111000111110100111111000011011000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85331C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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