Html Css Color HEX #853019 Burnt Umber

📋 copy color: '#853019'

red 133 ◦ green 48 ◦ blue 25

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

Shades of Burnt Umber #853019

Tints of Burnt Umber #853019

RGB

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

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

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

R = 64.56%
G = 23.3%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#853019 (or 0x853019) is known color: Burnt Umber. HEX triplet: 85, 30 and 19. RGB value is (133,48,25). Sum of RGB (Red+Green+Blue) = 133+48+25=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #853019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853019 is #7ACFE6. Grayscale: #464646. Windows color (decimal): -8048615 or 1650821. OLE color: 1650821.

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

Color convert

RGB 133 48 25 -
CMYK 0 0.64 0.81 0.48
HSL 12.78º 0.68% 0.31% -
HSV(B) 12.78º 0.81% 0.52% -
XYZ 10.91 7.17 1.73 -
YUV 70.79 102.16 172.37 -
System Red Green Blue C M Y K H S L
Decimal 133 48 25 0 0.64 0.81 0.48 12.78 0.68 0.31
Hex 85 30 19 0 40 51 30 D 44 1F
Octal 205 60 31 0 100 121 60 15 104 37
Binary 10000101 110000 11001 0 1000000 1010001 110000 1101 1000100 11111

Color Harmonies of #853019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853019

Black with #853019

Text Example


Text Example

White with #853019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853019; }

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

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

background-color css

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

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

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

border-color css

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

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

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