Html Css Color HEX #853A1C Burnt Umber

📋 copy color: '#853A1C'

red 133 ◦ green 58 ◦ blue 28

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

Shades of Burnt Umber #853A1C

Tints of Burnt Umber #853A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.79%

R = 60.73%
G = 26.48%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#853A1C (or 0x853A1C) is known color: Burnt Umber. HEX triplet: 85, 3A and 1C. RGB value is (133,58,28). Sum of RGB (Red+Green+Blue) = 133+58+28=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #853A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853A1C is #7AC5E3. Grayscale: #4D4D4D. Windows color (decimal): -8046052 or 1849989. OLE color: 1849989.

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

Color convert

RGB 133 58 28 -
CMYK 0 0.56 0.79 0.48
HSL 17.14º 0.65% 0.32% -
HSV(B) 17.14º 0.79% 0.52% -
XYZ 11.4 8.1 2.06 -
YUV 77.01 100.35 167.94 -
System Red Green Blue C M Y K H S L
Decimal 133 58 28 0 0.56 0.79 0.48 17.14 0.65 0.32
Hex 85 3A 1C 0 38 4F 30 11 41 20
Octal 205 72 34 0 70 117 60 21 101 40
Binary 10000101 111010 11100 0 111000 1001111 110000 10001 1000001 100000

Color Harmonies of #853A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853A1C

Black with #853A1C

Text Example


Text Example

White with #853A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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