Html Css Color HEX #852E15 Burnt Umber

📋 copy color: '#852E15'

red 133 ◦ green 46 ◦ blue 21

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

Shades of Burnt Umber #852E15

Tints of Burnt Umber #852E15

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23%

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

R = 66.5%
G = 23%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#852E15 (or 0x852E15) is known color: Burnt Umber. HEX triplet: 85, 2E and 15. RGB value is (133,46,21). Sum of RGB (Red+Green+Blue) = 133+46+21=200 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.5% from 200); Green value is 46 (18.36% from 255 or 23% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 133 - color contains mainly: red. Hex color #852E15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852E15 is #7AD1EA. Grayscale: #454545. Windows color (decimal): -8049131 or 1388165. OLE color: 1388165.

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

Color convert

RGB 133 46 21 -
CMYK 0 0.65 0.84 0.48
HSL 13.39º 0.73% 0.3% -
HSV(B) 13.39º 0.84% 0.52% -
XYZ 10.79 6.99 1.49 -
YUV 69.16 100.82 173.53 -
System Red Green Blue C M Y K H S L
Decimal 133 46 21 0 0.65 0.84 0.48 13.39 0.73 0.3
Hex 85 2E 15 0 41 54 30 D 49 1E
Octal 205 56 25 0 101 124 60 15 111 36
Binary 10000101 101110 10101 0 1000001 1010100 110000 1101 1001001 11110

Color Harmonies of #852E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852E15

Black with #852E15

Text Example


Text Example

White with #852E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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