Html Css Color HEX #873014 Burnt Umber

📋 copy color: '#873014'

red 135 ◦ green 48 ◦ blue 20

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

Shades of Burnt Umber #873014

Tints of Burnt Umber #873014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.65%

 BLUE value IS 20 (8.2% from 255) = 9.85%

R = 66.5%
G = 23.65%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#873014 (or 0x873014) is known color: Burnt Umber. HEX triplet: 87, 30 and 14. RGB value is (135,48,20). Sum of RGB (Red+Green+Blue) = 135+48+20=203 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.50% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 135 - color contains mainly: red. Hex color #873014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873014 is #78CFEB. Grayscale: #474747. Windows color (decimal): -7917548 or 1323143. OLE color: 1323143.

HSL color Cylindrical-coordinate representation of color #873014: hue angle of 14.61º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #873014 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 48 20 -
CMYK 0 0.64 0.85 0.47
HSL 14.61º 0.74% 0.3% -
HSV(B) 14.61º 0.85% 0.53% -
XYZ 11.17 7.32 1.48 -
YUV 70.82 99.32 173.78 -
System Red Green Blue C M Y K H S L
Decimal 135 48 20 0 0.64 0.85 0.47 14.61 0.74 0.3
Hex 87 30 14 0 40 55 2F F 4A 1E
Octal 207 60 24 0 100 125 57 17 112 36
Binary 10000111 110000 10100 0 1000000 1010101 101111 1111 1001010 11110

Color Harmonies of #873014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873014

Black with #873014

Text Example


Text Example

White with #873014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873014; }

 p { color: rgb(135,48,20); }

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

background-color css

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

 a { background-color: rgb(135,48,20); }

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

border-color css

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

 span { border-color: rgb(135,48,20); }

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