#85341C

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

Shades of Burnt Umber #85341C

Tints of Burnt Umber #85341C

Color information

#85341C (or 0x85341C) is unknown color: approx Burnt Umber. HEX triplet: 85, 34 and 1C. RGB value is (133,52,28). Sum of RGB (Red+Green+Blue) = 133+52+28=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #85341C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85341C is #7ACBE3. Grayscale: #494949. Windows color (decimal): -8047588 or 1848453. OLE color: 1848453.

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

Color convert

RGB1335228-
CMYK00.610.790.48
HSL13.71º65.22%31.57%-
HSV(B)13.71º78.95%52.16%-
XYZ11.117.531.97-
YUV73.48102.34170.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 62.44%
GREEN value IS 52 (20.70% from 255) = 24.41%
BLUE value IS 28 (11.33% from 255) = 13.15%
R=62.44%
G=24.41%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133522800.610.790.4813.7165.2231.57
Hex85341C03D4F30e4120
Octal2056434075117601610140
Binary10000101110100111000111101100111111000011101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85341C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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