Html Css Color HEX #873011 Burnt Umber

📋 copy color: '#873011'

red 135 ◦ green 48 ◦ blue 17

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

Shades of Burnt Umber #873011

Tints of Burnt Umber #873011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.5%

R = 67.5%
G = 24%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#873011 (or 0x873011) is known color: Burnt Umber. HEX triplet: 87, 30 and 11. RGB value is (135,48,17). Sum of RGB (Red+Green+Blue) = 135+48+17=200 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.5% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 17 (7.03% from 255 or 8.5% from 200); Max value from RGB is 135 - color contains mainly: red. Hex color #873011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873011 is #78CFEE. Grayscale: #464646. Windows color (decimal): -7917551 or 1126535. OLE color: 1126535.

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

Color convert

RGB 135 48 17 -
CMYK 0 0.64 0.87 0.47
HSL 15.76º 0.78% 0.3% -
HSV(B) 15.76º 0.87% 0.53% -
XYZ 11.15 7.31 1.35 -
YUV 70.48 97.82 174.02 -
System Red Green Blue C M Y K H S L
Decimal 135 48 17 0 0.64 0.87 0.47 15.76 0.78 0.3
Hex 87 30 11 0 40 57 2F 10 4E 1E
Octal 207 60 21 0 100 127 57 20 116 36
Binary 10000111 110000 10001 0 1000000 1010111 101111 10000 1001110 11110

Color Harmonies of #873011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873011

Black with #873011

Text Example


Text Example

White with #873011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873011; }

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

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

background-color css

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

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

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

border-color css

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

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

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