Html Css Color HEX #853313 Burnt Umber

📋 copy color: '#853313'

red 133 ◦ green 51 ◦ blue 19

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

Shades of Burnt Umber #853313

Tints of Burnt Umber #853313

RGB

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

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

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

R = 65.52%
G = 25.12%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#853313 (or 0x853313) is known color: Burnt Umber. HEX triplet: 85, 33 and 13. RGB value is (133,51,19). Sum of RGB (Red+Green+Blue) = 133+51+19=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #853313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853313 is #7ACCEC. Grayscale: #484848. Windows color (decimal): -8047853 or 1258373. OLE color: 1258373.

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

Color convert

RGB 133 51 19 -
CMYK 0 0.62 0.86 0.48
HSL 16.84º 0.75% 0.3% -
HSV(B) 16.84º 0.86% 0.52% -
XYZ 10.97 7.4 1.47 -
YUV 71.87 98.17 171.6 -
System Red Green Blue C M Y K H S L
Decimal 133 51 19 0 0.62 0.86 0.48 16.84 0.75 0.3
Hex 85 33 13 0 3E 56 30 11 4B 1E
Octal 205 63 23 0 76 126 60 21 113 36
Binary 10000101 110011 10011 0 111110 1010110 110000 10001 1001011 11110

Color Harmonies of #853313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853313

Black with #853313

Text Example


Text Example

White with #853313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853313; }

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

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

background-color css

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

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

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

border-color css

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

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

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