Html Css Color HEX #853115 Burnt Umber

📋 copy color: '#853115'

red 133 ◦ green 49 ◦ blue 21

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

Shades of Burnt Umber #853115

Tints of Burnt Umber #853115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.34%

R = 65.52%
G = 24.14%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#853115 (or 0x853115) is known color: Burnt Umber. HEX triplet: 85, 31 and 15. RGB value is (133,49,21). Sum of RGB (Red+Green+Blue) = 133+49+21=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #853115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853115 is #7ACEEA. Grayscale: #474747. Windows color (decimal): -8048363 or 1388933. OLE color: 1388933.

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

Color convert

RGB 133 49 21 -
CMYK 0 0.63 0.84 0.48
HSL 15º 0.73% 0.3% -
HSV(B) 15º 0.84% 0.52% -
XYZ 10.91 7.24 1.53 -
YUV 70.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 133 49 21 0 0.63 0.84 0.48 15 0.73 0.3
Hex 85 31 15 0 3F 54 30 F 49 1E
Octal 205 61 25 0 77 124 60 17 111 36
Binary 10000101 110001 10101 0 111111 1010100 110000 1111 1001001 11110

Color Harmonies of #853115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853115

Black with #853115

Text Example


Text Example

White with #853115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853115; }

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

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

background-color css

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

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

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

border-color css

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

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

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