Html Css Color HEX #873013 Burnt Umber

📋 copy color: '#873013'

red 135 ◦ green 48 ◦ blue 19

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

Shades of Burnt Umber #873013

Tints of Burnt Umber #873013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.41%

R = 66.83%
G = 23.76%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#873013 (or 0x873013) is known color: Burnt Umber. HEX triplet: 87, 30 and 13. RGB value is (135,48,19). Sum of RGB (Red+Green+Blue) = 135+48+19=202 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.83% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 135 - color contains mainly: red. Hex color #873013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873013 is #78CFEC. Grayscale: #464646. Windows color (decimal): -7917549 or 1257607. OLE color: 1257607.

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

Color convert

RGB 135 48 19 -
CMYK 0 0.64 0.86 0.47
HSL 15º 0.75% 0.3% -
HSV(B) 15º 0.86% 0.53% -
XYZ 11.17 7.31 1.44 -
YUV 70.71 98.82 173.86 -
System Red Green Blue C M Y K H S L
Decimal 135 48 19 0 0.64 0.86 0.47 15 0.75 0.3
Hex 87 30 13 0 40 56 2F F 4B 1E
Octal 207 60 23 0 100 126 57 17 113 36
Binary 10000111 110000 10011 0 1000000 1010110 101111 1111 1001011 11110

Color Harmonies of #873013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873013

Black with #873013

Text Example


Text Example

White with #873013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873013; }

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

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

background-color css

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

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

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

border-color css

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

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

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