Html Css Color HEX #873116 Burnt Umber

📋 copy color: '#873116'

red 135 ◦ green 49 ◦ blue 22

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

Shades of Burnt Umber #873116

Tints of Burnt Umber #873116

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.79%

 BLUE value IS 22 (8.98% from 255) = 10.68%

R = 65.53%
G = 23.79%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#873116 (or 0x873116) is known color: Burnt Umber. HEX triplet: 87, 31 and 16. RGB value is (135,49,22). Sum of RGB (Red+Green+Blue) = 135+49+22=206 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.53% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 135 - color contains mainly: red. Hex color #873116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873116 is #78CEE9. Grayscale: #474747. Windows color (decimal): -7917290 or 1454471. OLE color: 1454471.

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

Color convert

RGB 135 49 22 -
CMYK 0 0.64 0.84 0.47
HSL 14.34º 0.72% 0.31% -
HSV(B) 14.34º 0.84% 0.53% -
XYZ 11.23 7.41 1.6 -
YUV 71.64 99.99 173.2 -
System Red Green Blue C M Y K H S L
Decimal 135 49 22 0 0.64 0.84 0.47 14.34 0.72 0.31
Hex 87 31 16 0 40 54 2F E 48 1F
Octal 207 61 26 0 100 124 57 16 110 37
Binary 10000111 110001 10110 0 1000000 1010100 101111 1110 1001000 11111

Color Harmonies of #873116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873116

Black with #873116

Text Example


Text Example

White with #873116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873116; }

 p { color: rgb(135,49,22); }

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

background-color css

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

 a { background-color: rgb(135,49,22); }

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

border-color css

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

 span { border-color: rgb(135,49,22); }

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