Html Css Color HEX #873A1C Burnt Umber

📋 copy color: '#873A1C'

red 135 ◦ green 58 ◦ blue 28

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

Shades of Burnt Umber #873A1C

Tints of Burnt Umber #873A1C

RGB

 RED value IS 135 (53.13% from 255) = 61.09%

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

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

R = 61.09%
G = 26.24%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#873A1C (or 0x873A1C) is known color: Burnt Umber. HEX triplet: 87, 3A and 1C. RGB value is (135,58,28). Sum of RGB (Red+Green+Blue) = 135+58+28=221 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.09% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 135 - color contains mainly: red. Hex color #873A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873A1C is #78C5E3. Grayscale: #4D4D4D. Windows color (decimal): -7914980 or 1849991. OLE color: 1849991.

HSL color Cylindrical-coordinate representation of color #873A1C: hue angle of 16.82º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #873A1C is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 58 28 -
CMYK 0 0.57 0.79 0.47
HSL 16.82º 0.66% 0.32% -
HSV(B) 16.82º 0.79% 0.53% -
XYZ 11.71 8.26 2.08 -
YUV 77.6 100.01 168.94 -
System Red Green Blue C M Y K H S L
Decimal 135 58 28 0 0.57 0.79 0.47 16.82 0.66 0.32
Hex 87 3A 1C 0 39 4F 2F 11 42 20
Octal 207 72 34 0 71 117 57 21 102 40
Binary 10000111 111010 11100 0 111001 1001111 101111 10001 1000010 100000

Color Harmonies of #873A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873A1C

Black with #873A1C

Text Example


Text Example

White with #873A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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