Html Css Color HEX #852E0D Burnt Umber

📋 copy color: '#852E0D'

red 133 ◦ green 46 ◦ blue 13

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

Shades of Burnt Umber #852E0D

Tints of Burnt Umber #852E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.77%

R = 69.27%
G = 23.96%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#852E0D (or 0x852E0D) is known color: Burnt Umber. HEX triplet: 85, 2E and 0D. RGB value is (133,46,13). Sum of RGB (Red+Green+Blue) = 133+46+13=192 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.27% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 133 - color contains mainly: red. Hex color #852E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852E0D is #7AD1F2. Grayscale: #444444. Windows color (decimal): -8049139 or 863877. OLE color: 863877.

HSL color Cylindrical-coordinate representation of color #852E0D: hue angle of 16.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #852E0D is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 46 13 -
CMYK 0 0.65 0.90 0.48
HSL 16.5º 0.82% 0.29% -
HSV(B) 16.5º 0.9% 0.52% -
XYZ 10.72 6.97 1.16 -
YUV 68.25 96.82 174.18 -
System Red Green Blue C M Y K H S L
Decimal 133 46 13 0 0.65 0.90 0.48 16.5 0.82 0.29
Hex 85 2E D 0 41 5A 30 10 52 1D
Octal 205 56 15 0 101 132 60 20 122 35
Binary 10000101 101110 1101 0 1000001 1011010 110000 10000 1010010 11101

Color Harmonies of #852E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852E0D

Black with #852E0D

Text Example


Text Example

White with #852E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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