Html Css Color HEX #853320 Burnt Umber

📋 copy color: '#853320'

red 133 ◦ green 51 ◦ blue 32

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

Shades of Burnt Umber #853320

Tints of Burnt Umber #853320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.61%

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

R = 61.57%
G = 23.61%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#853320 (or 0x853320) is known color: Burnt Umber. HEX triplet: 85, 33 and 20. RGB value is (133,51,32). Sum of RGB (Red+Green+Blue) = 133+51+32=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #853320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853320 is #7ACCDF. Grayscale: #494949. Windows color (decimal): -8047840 or 2110341. OLE color: 2110341.

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

Color convert

RGB 133 51 32 -
CMYK 0 0.62 0.76 0.48
HSL 11.29º 0.61% 0.32% -
HSV(B) 11.29º 0.76% 0.52% -
XYZ 11.12 7.46 2.22 -
YUV 73.35 104.67 170.54 -
System Red Green Blue C M Y K H S L
Decimal 133 51 32 0 0.62 0.76 0.48 11.29 0.61 0.32
Hex 85 33 20 0 3E 4C 30 B 3D 20
Octal 205 63 40 0 76 114 60 13 75 40
Binary 10000101 110011 100000 0 111110 1001100 110000 1011 111101 100000

Color Harmonies of #853320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853320

Black with #853320

Text Example


Text Example

White with #853320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853320; }

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

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

background-color css

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

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

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

border-color css

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

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

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