Html Css Color HEX #853016 Burnt Umber

📋 copy color: '#853016'

red 133 ◦ green 48 ◦ blue 22

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

Shades of Burnt Umber #853016

Tints of Burnt Umber #853016

RGB

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

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

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

R = 65.52%
G = 23.65%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#853016 (or 0x853016) is known color: Burnt Umber. HEX triplet: 85, 30 and 16. RGB value is (133,48,22). Sum of RGB (Red+Green+Blue) = 133+48+22=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #853016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853016 is #7ACFE9. Grayscale: #464646. Windows color (decimal): -8048618 or 1454213. OLE color: 1454213.

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

Color convert

RGB 133 48 22 -
CMYK 0 0.64 0.83 0.48
HSL 14.05º 0.72% 0.3% -
HSV(B) 14.05º 0.83% 0.52% -
XYZ 10.87 7.16 1.57 -
YUV 70.45 100.66 172.61 -
System Red Green Blue C M Y K H S L
Decimal 133 48 22 0 0.64 0.83 0.48 14.05 0.72 0.3
Hex 85 30 16 0 40 53 30 E 48 1E
Octal 205 60 26 0 100 123 60 16 110 36
Binary 10000101 110000 10110 0 1000000 1010011 110000 1110 1001000 11110

Color Harmonies of #853016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853016

Black with #853016

Text Example


Text Example

White with #853016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853016; }

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

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

background-color css

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

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

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

border-color css

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

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

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