Html Css Color HEX #852815 Burnt Umber

📋 copy color: '#852815'

red 133 ◦ green 40 ◦ blue 21

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

Shades of Burnt Umber #852815

Tints of Burnt Umber #852815

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.62%

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

R = 68.56%
G = 20.62%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#852815 (or 0x852815) is known color: Burnt Umber. HEX triplet: 85, 28 and 15. RGB value is (133,40,21). Sum of RGB (Red+Green+Blue) = 133+40+21=194 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.56% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 133 - color contains mainly: red. Hex color #852815 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852815 is #7AD7EA. Grayscale: #414141. Windows color (decimal): -8050667 or 1386629. OLE color: 1386629.

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

Color convert

RGB 133 40 21 -
CMYK 0 0.70 0.84 0.48
HSL 10.18º 0.73% 0.3% -
HSV(B) 10.18º 0.84% 0.52% -
XYZ 10.57 6.56 1.42 -
YUV 65.64 102.81 176.04 -
System Red Green Blue C M Y K H S L
Decimal 133 40 21 0 0.70 0.84 0.48 10.18 0.73 0.3
Hex 85 28 15 0 46 54 30 A 49 1E
Octal 205 50 25 0 106 124 60 12 111 36
Binary 10000101 101000 10101 0 1000110 1010100 110000 1010 1001001 11110

Color Harmonies of #852815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852815

Black with #852815

Text Example


Text Example

White with #852815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852815; }

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

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

background-color css

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

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

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

border-color css

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

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

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