#853025

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

Shades of Burnt Umber #853025

Tints of Burnt Umber #853025

Color information

#853025 (or 0x853025) is unknown color: approx Burnt Umber. HEX triplet: 85, 30 and 25. RGB value is (133,48,37). Sum of RGB (Red+Green+Blue) = 133+48+37=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #853025 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853025 is #7ACFDA. Grayscale: #484848. Windows color (decimal): -8048603 or 2437253. OLE color: 2437253.

HSL color Cylindrical-coordinate representation of color #853025: hue angle of 6.88º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #853025 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB1334837-
CMYK00.640.720.48
HSL6.88º56.47%33.33%-
HSV(B)6.88º72.18%52.16%-
XYZ11.067.232.56-
YUV72.16108.16171.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.01%
GREEN value IS 48 (19.14% from 255) = 22.02%
BLUE value IS 37 (14.84% from 255) = 16.97%
R=61.01%
G=22.02%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133483700.640.720.486.8856.4733.33
Hex853025040483073821
Octal205604501001106077041
Binary10000101110000100101010000001001000110000111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853025; }

 p { color: rgb(133,48,37); }

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

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

 a { background-color: rgb(133,48,37); }

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

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

 span { border-color: rgb(133,48,37); }

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