Html Css Color HEX #853119 Burnt Umber

📋 copy color: '#853119'

red 133 ◦ green 49 ◦ blue 25

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

Shades of Burnt Umber #853119

Tints of Burnt Umber #853119

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.67%

 BLUE value IS 25 (10.16% from 255) = 12.08%

R = 64.25%
G = 23.67%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#853119 (or 0x853119) is known color: Burnt Umber. HEX triplet: 85, 31 and 19. RGB value is (133,49,25). Sum of RGB (Red+Green+Blue) = 133+49+25=207 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.25% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 133 - color contains mainly: red. Hex color #853119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853119 is #7ACEE6. Grayscale: #474747. Windows color (decimal): -8048359 or 1651077. OLE color: 1651077.

HSL color Cylindrical-coordinate representation of color #853119: hue angle of 13.33º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #853119 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 49 25 -
CMYK 0 0.63 0.81 0.48
HSL 13.33º 0.68% 0.31% -
HSV(B) 13.33º 0.81% 0.52% -
XYZ 10.95 7.25 1.74 -
YUV 71.38 101.83 171.95 -
System Red Green Blue C M Y K H S L
Decimal 133 49 25 0 0.63 0.81 0.48 13.33 0.68 0.31
Hex 85 31 19 0 3F 51 30 D 44 1F
Octal 205 61 31 0 77 121 60 15 104 37
Binary 10000101 110001 11001 0 111111 1010001 110000 1101 1000100 11111

Color Harmonies of #853119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853119

Black with #853119

Text Example


Text Example

White with #853119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853119; }

 p { color: rgb(133,49,25); }

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

background-color css

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

 a { background-color: rgb(133,49,25); }

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

border-color css

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

 span { border-color: rgb(133,49,25); }

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