Html Css Color HEX #853420 Burnt Umber

📋 copy color: '#853420'

red 133 ◦ green 52 ◦ blue 32

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

Shades of Burnt Umber #853420

Tints of Burnt Umber #853420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.96%

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

R = 61.29%
G = 23.96%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#853420 (or 0x853420) is known color: Burnt Umber. HEX triplet: 85, 34 and 20. RGB value is (133,52,32). Sum of RGB (Red+Green+Blue) = 133+52+32=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #853420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853420 is #7ACBDF. Grayscale: #4A4A4A. Windows color (decimal): -8047584 or 2110597. OLE color: 2110597.

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

Color convert

RGB 133 52 32 -
CMYK 0 0.61 0.76 0.48
HSL 11.88º 0.61% 0.32% -
HSV(B) 11.88º 0.76% 0.52% -
XYZ 11.16 7.55 2.23 -
YUV 73.94 104.34 170.13 -
System Red Green Blue C M Y K H S L
Decimal 133 52 32 0 0.61 0.76 0.48 11.88 0.61 0.32
Hex 85 34 20 0 3D 4C 30 C 3D 20
Octal 205 64 40 0 75 114 60 14 75 40
Binary 10000101 110100 100000 0 111101 1001100 110000 1100 111101 100000

Color Harmonies of #853420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853420

Black with #853420

Text Example


Text Example

White with #853420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853420; }

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

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

background-color css

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

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

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

border-color css

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

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

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