Html Css Color HEX #853A1D Burnt Umber

📋 copy color: '#853A1D'

red 133 ◦ green 58 ◦ blue 29

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

Shades of Burnt Umber #853A1D

Tints of Burnt Umber #853A1D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.36%

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

R = 60.45%
G = 26.36%
B = 13.18%

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

#853A1D (or 0x853A1D) is known color: Burnt Umber. HEX triplet: 85, 3A and 1D. RGB value is (133,58,29). Sum of RGB (Red+Green+Blue) = 133+58+29=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #853A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853A1D is #7AC5E2. Grayscale: #4D4D4D. Windows color (decimal): -8046051 or 1915525. OLE color: 1915525.

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

Color convert

RGB 133 58 29 -
CMYK 0 0.56 0.78 0.48
HSL 16.73º 0.64% 0.32% -
HSV(B) 16.73º 0.78% 0.52% -
XYZ 11.41 8.1 2.12 -
YUV 77.12 100.85 167.86 -
System Red Green Blue C M Y K H S L
Decimal 133 58 29 0 0.56 0.78 0.48 16.73 0.64 0.32
Hex 85 3A 1D 0 38 4E 30 11 40 20
Octal 205 72 35 0 70 116 60 21 100 40
Binary 10000101 111010 11101 0 111000 1001110 110000 10001 1000000 100000

Color Harmonies of #853A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853A1D

Black with #853A1D

Text Example


Text Example

White with #853A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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