Html Css Color HEX #853014 Burnt Umber

📋 copy color: '#853014'

red 133 ◦ green 48 ◦ blue 20

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

Shades of Burnt Umber #853014

Tints of Burnt Umber #853014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.95%

R = 66.17%
G = 23.88%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#853014 (or 0x853014) is known color: Burnt Umber. HEX triplet: 85, 30 and 14. RGB value is (133,48,20). Sum of RGB (Red+Green+Blue) = 133+48+20=201 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.17% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 133 - color contains mainly: red. Hex color #853014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853014 is #7ACFEB. Grayscale: #464646. Windows color (decimal): -8048620 or 1323141. OLE color: 1323141.

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

Color convert

RGB 133 48 20 -
CMYK 0 0.64 0.85 0.48
HSL 14.87º 0.74% 0.3% -
HSV(B) 14.87º 0.85% 0.52% -
XYZ 10.86 7.15 1.47 -
YUV 70.22 99.66 172.78 -
System Red Green Blue C M Y K H S L
Decimal 133 48 20 0 0.64 0.85 0.48 14.87 0.74 0.3
Hex 85 30 14 0 40 55 30 F 4A 1E
Octal 205 60 24 0 100 125 60 17 112 36
Binary 10000101 110000 10100 0 1000000 1010101 110000 1111 1001010 11110

Color Harmonies of #853014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853014

Black with #853014

Text Example


Text Example

White with #853014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853014; }

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

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

background-color css

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

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

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

border-color css

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

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

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