Html Css Color HEX #853516 Burnt Umber

📋 copy color: '#853516'

red 133 ◦ green 53 ◦ blue 22

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

Shades of Burnt Umber #853516

Tints of Burnt Umber #853516

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.48%

 BLUE value IS 22 (8.98% from 255) = 10.58%

R = 63.94%
G = 25.48%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#853516 (or 0x853516) is known color: Burnt Umber. HEX triplet: 85, 35 and 16. RGB value is (133,53,22). Sum of RGB (Red+Green+Blue) = 133+53+22=208 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.94% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 22 (8.98% from 255 or 10.58% from 208); Max value from RGB is 133 - color contains mainly: red. Hex color #853516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853516 is #7ACAE9. Grayscale: #494949. Windows color (decimal): -8047338 or 1455493. OLE color: 1455493.

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

Color convert

RGB 133 53 22 -
CMYK 0 0.60 0.83 0.48
HSL 16.76º 0.72% 0.3% -
HSV(B) 16.76º 0.83% 0.52% -
XYZ 11.09 7.59 1.64 -
YUV 73.39 99 170.52 -
System Red Green Blue C M Y K H S L
Decimal 133 53 22 0 0.60 0.83 0.48 16.76 0.72 0.3
Hex 85 35 16 0 3C 53 30 11 48 1E
Octal 205 65 26 0 74 123 60 21 110 36
Binary 10000101 110101 10110 0 111100 1010011 110000 10001 1001000 11110

Color Harmonies of #853516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853516

Black with #853516

Text Example


Text Example

White with #853516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853516; }

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

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

background-color css

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

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

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

border-color css

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

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

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