Html Css Color HEX #873A20 Burnt Umber

📋 copy color: '#873A20'

red 135 ◦ green 58 ◦ blue 32

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

Shades of Burnt Umber #873A20

Tints of Burnt Umber #873A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.22%

R = 60%
G = 25.78%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#873A20 (or 0x873A20) is known color: Burnt Umber. HEX triplet: 87, 3A and 20. RGB value is (135,58,32). Sum of RGB (Red+Green+Blue) = 135+58+32=225 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 135 - color contains mainly: red. Hex color #873A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873A20 is #78C5DF. Grayscale: #4E4E4E. Windows color (decimal): -7914976 or 2112135. OLE color: 2112135.

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

Color convert

RGB 135 58 32 -
CMYK 0 0.57 0.76 0.47
HSL 15.15º 0.62% 0.33% -
HSV(B) 15.15º 0.76% 0.53% -
XYZ 11.77 8.28 2.34 -
YUV 78.06 102.01 168.61 -
System Red Green Blue C M Y K H S L
Decimal 135 58 32 0 0.57 0.76 0.47 15.15 0.62 0.33
Hex 87 3A 20 0 39 4C 2F F 3E 21
Octal 207 72 40 0 71 114 57 17 76 41
Binary 10000111 111010 100000 0 111001 1001100 101111 1111 111110 100001

Color Harmonies of #873A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873A20

Black with #873A20

Text Example


Text Example

White with #873A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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