Html Css Color HEX #853013 Burnt Umber

📋 copy color: '#853013'

red 133 ◦ green 48 ◦ blue 19

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

Shades of Burnt Umber #853013

Tints of Burnt Umber #853013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.5%

R = 66.5%
G = 24%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#853013 (or 0x853013) is known color: Burnt Umber. HEX triplet: 85, 30 and 13. RGB value is (133,48,19). Sum of RGB (Red+Green+Blue) = 133+48+19=200 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.5% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 133 - color contains mainly: red. Hex color #853013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853013 is #7ACFEC. Grayscale: #464646. Windows color (decimal): -8048621 or 1257605. OLE color: 1257605.

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

Color convert

RGB 133 48 19 -
CMYK 0 0.64 0.86 0.48
HSL 15.26º 0.75% 0.3% -
HSV(B) 15.26º 0.86% 0.52% -
XYZ 10.85 7.15 1.42 -
YUV 70.11 99.16 172.86 -
System Red Green Blue C M Y K H S L
Decimal 133 48 19 0 0.64 0.86 0.48 15.26 0.75 0.3
Hex 85 30 13 0 40 56 30 F 4B 1E
Octal 205 60 23 0 100 126 60 17 113 36
Binary 10000101 110000 10011 0 1000000 1010110 110000 1111 1001011 11110

Color Harmonies of #853013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853013

Black with #853013

Text Example


Text Example

White with #853013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853013; }

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

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

background-color css

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

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

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

border-color css

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

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

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