Html Css Color HEX #853B1D Burnt Umber

📋 copy color: '#853B1D'

red 133 ◦ green 59 ◦ blue 29

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

Shades of Burnt Umber #853B1D

Tints of Burnt Umber #853B1D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.7%

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

R = 60.18%
G = 26.7%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#853B1D (or 0x853B1D) is known color: Burnt Umber. HEX triplet: 85, 3B and 1D. RGB value is (133,59,29). Sum of RGB (Red+Green+Blue) = 133+59+29=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #853B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853B1D is #7AC4E2. Grayscale: #4D4D4D. Windows color (decimal): -8045795 or 1915781. OLE color: 1915781.

HSL color Cylindrical-coordinate representation of color #853B1D: hue angle of 17.31º 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 #853B1D is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 59 29 -
CMYK 0 0.56 0.78 0.48
HSL 17.31º 0.64% 0.32% -
HSV(B) 17.31º 0.78% 0.52% -
XYZ 11.46 8.2 2.14 -
YUV 77.71 100.52 167.44 -
System Red Green Blue C M Y K H S L
Decimal 133 59 29 0 0.56 0.78 0.48 17.31 0.64 0.32
Hex 85 3B 1D 0 38 4E 30 11 40 20
Octal 205 73 35 0 70 116 60 21 100 40
Binary 10000101 111011 11101 0 111000 1001110 110000 10001 1000000 100000

Color Harmonies of #853B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853B1D

Black with #853B1D

Text Example


Text Example

White with #853B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853B1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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