Html Css Color HEX #852E12 Burnt Umber

📋 copy color: '#852E12'

red 133 ◦ green 46 ◦ blue 18

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

Shades of Burnt Umber #852E12

Tints of Burnt Umber #852E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.14%

R = 67.51%
G = 23.35%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#852E12 (or 0x852E12) is known color: Burnt Umber. HEX triplet: 85, 2E and 12. RGB value is (133,46,18). Sum of RGB (Red+Green+Blue) = 133+46+18=197 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.51% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 133 - color contains mainly: red. Hex color #852E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852E12 is #7AD1ED. Grayscale: #454545. Windows color (decimal): -8049134 or 1191557. OLE color: 1191557.

HSL color Cylindrical-coordinate representation of color #852E12: hue angle of 14.61º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #852E12 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 46 18 -
CMYK 0 0.65 0.86 0.48
HSL 14.61º 0.76% 0.3% -
HSV(B) 14.61º 0.86% 0.52% -
XYZ 10.76 6.98 1.35 -
YUV 68.82 99.32 173.78 -
System Red Green Blue C M Y K H S L
Decimal 133 46 18 0 0.65 0.86 0.48 14.61 0.76 0.3
Hex 85 2E 12 0 41 56 30 F 4C 1E
Octal 205 56 22 0 101 126 60 17 114 36
Binary 10000101 101110 10010 0 1000001 1010110 110000 1111 1001100 11110

Color Harmonies of #852E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852E12

Black with #852E12

Text Example


Text Example

White with #852E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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