#853525

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

Shades of Burnt Umber #853525

Tints of Burnt Umber #853525

Color information

#853525 (or 0x853525) is unknown color: approx Burnt Umber. HEX triplet: 85, 35 and 25. RGB value is (133,53,37). Sum of RGB (Red+Green+Blue) = 133+53+37=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 37 (14.84% from 255 or 16.59% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #853525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853525 is #7ACADA. Grayscale: #4B4B4B. Windows color (decimal): -8047323 or 2438533. OLE color: 2438533.

HSL color Cylindrical-coordinate representation of color #853525: hue angle of 10º 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 #853525 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB1335337-
CMYK00.600.720.48
HSL10º56.47%33.33%-
HSV(B)10º72.18%52.16%-
XYZ11.287.672.64-
YUV75.1106.5169.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 59.64%
GREEN value IS 53 (21.09% from 255) = 23.77%
BLUE value IS 37 (14.84% from 255) = 16.59%
R=59.64%
G=23.77%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133533700.600.720.481056.4733.33
Hex85352503C4830a3821
Octal205654507411060127041
Binary10000101110101100101011110010010001100001010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853525; }

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

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

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

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

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

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

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

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