Html Css Color HEX #873312 Burnt Umber

📋 copy color: '#873312'

red 135 ◦ green 51 ◦ blue 18

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

Shades of Burnt Umber #873312

Tints of Burnt Umber #873312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25%

 BLUE value IS 18 (7.42% from 255) = 8.82%

R = 66.18%
G = 25%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#873312 (or 0x873312) is known color: Burnt Umber. HEX triplet: 87, 33 and 12. RGB value is (135,51,18). Sum of RGB (Red+Green+Blue) = 135+51+18=204 (27% of max value = 765). Red value is 135 (53.12% from 255 or 66.18% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 135 - color contains mainly: red. Hex color #873312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873312 is #78CCED. Grayscale: #484848. Windows color (decimal): -7916782 or 1192839. OLE color: 1192839.

HSL color Cylindrical-coordinate representation of color #873312: hue angle of 16.92º degrees, saturation: 0.76, 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 #873312 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 51 18 -
CMYK 0 0.62 0.87 0.47
HSL 16.92º 0.76% 0.3% -
HSV(B) 16.92º 0.87% 0.53% -
XYZ 11.28 7.56 1.44 -
YUV 72.35 97.33 172.68 -
System Red Green Blue C M Y K H S L
Decimal 135 51 18 0 0.62 0.87 0.47 16.92 0.76 0.3
Hex 87 33 12 0 3E 57 2F 11 4C 1E
Octal 207 63 22 0 76 127 57 21 114 36
Binary 10000111 110011 10010 0 111110 1010111 101111 10001 1001100 11110

Color Harmonies of #873312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873312

Black with #873312

Text Example


Text Example

White with #873312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873312; }

 p { color: rgb(135,51,18); }

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

background-color css

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

 a { background-color: rgb(135,51,18); }

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

border-color css

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

 span { border-color: rgb(135,51,18); }

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