Html Css Color HEX #853020 Burnt Umber

📋 copy color: '#853020'

red 133 ◦ green 48 ◦ blue 32

#853020
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Umber #853020

Tints of Burnt Umber #853020

RGB

 RED value IS 133 (52.34% from 255) = 62.44%

 GREEN value IS 48 (19.14% from 255) = 22.54%

 BLUE value IS 32 (12.89% from 255) = 15.02%

R = 62.44%
G = 22.54%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#853020 (or 0x853020) is known color: Burnt Umber. HEX triplet: 85, 30 and 20. RGB value is (133,48,32). Sum of RGB (Red+Green+Blue) = 133+48+32=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #853020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853020 is #7ACFDF. Grayscale: #474747. Windows color (decimal): -8048608 or 2109573. OLE color: 2109573.

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

Color convert

RGB 133 48 32 -
CMYK 0 0.64 0.76 0.48
HSL 9.5º 0.61% 0.32% -
HSV(B) 9.5º 0.76% 0.52% -
XYZ 10.99 7.2 2.18 -
YUV 71.59 105.66 171.8 -
System Red Green Blue C M Y K H S L
Decimal 133 48 32 0 0.64 0.76 0.48 9.5 0.61 0.32
Hex 85 30 20 0 40 4C 30 A 3D 20
Octal 205 60 40 0 100 114 60 12 75 40
Binary 10000101 110000 100000 0 1000000 1001100 110000 1010 111101 100000

Color Harmonies of #853020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853020

Black with #853020

Text Example


Text Example

White with #853020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853020; }

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

 H1.HeaderClassName
 {
   color: #853020;
 }
 .AnyTagClassName
 {
   color: #853020;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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