Html Css Color HEX #852E1D Burnt Umber

📋 copy color: '#852E1D'

red 133 ◦ green 46 ◦ blue 29

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

Shades of Burnt Umber #852E1D

Tints of Burnt Umber #852E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.94%

R = 63.94%
G = 22.12%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#852E1D (or 0x852E1D) is known color: Burnt Umber. HEX triplet: 85, 2E and 1D. RGB value is (133,46,29). Sum of RGB (Red+Green+Blue) = 133+46+29=208 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.94% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 133 - color contains mainly: red. Hex color #852E1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852E1D is #7AD1E2. Grayscale: #464646. Windows color (decimal): -8049123 or 1912453. OLE color: 1912453.

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

Color convert

RGB 133 46 29 -
CMYK 0 0.65 0.78 0.48
HSL 9.81º 0.64% 0.32% -
HSV(B) 9.81º 0.78% 0.52% -
XYZ 10.87 7.03 1.95 -
YUV 70.08 104.82 172.88 -
System Red Green Blue C M Y K H S L
Decimal 133 46 29 0 0.65 0.78 0.48 9.81 0.64 0.32
Hex 85 2E 1D 0 41 4E 30 A 40 20
Octal 205 56 35 0 101 116 60 12 100 40
Binary 10000101 101110 11101 0 1000001 1001110 110000 1010 1000000 100000

Color Harmonies of #852E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852E1D

Black with #852E1D

Text Example


Text Example

White with #852E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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