Html Css Color HEX #873214 Burnt Umber

📋 copy color: '#873214'

red 135 ◦ green 50 ◦ blue 20

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

Shades of Burnt Umber #873214

Tints of Burnt Umber #873214

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.39%

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

R = 65.85%
G = 24.39%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#873214 (or 0x873214) is known color: Burnt Umber. HEX triplet: 87, 32 and 14. RGB value is (135,50,20). Sum of RGB (Red+Green+Blue) = 135+50+20=205 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.85% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 135 - color contains mainly: red. Hex color #873214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873214 is #78CDEB. Grayscale: #484848. Windows color (decimal): -7917036 or 1323655. OLE color: 1323655.

HSL color Cylindrical-coordinate representation of color #873214: hue angle of 15.65º 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 #873214 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 50 20 -
CMYK 0 0.63 0.85 0.47
HSL 15.65º 0.74% 0.3% -
HSV(B) 15.65º 0.85% 0.53% -
XYZ 11.26 7.48 1.51 -
YUV 72 98.66 172.94 -
System Red Green Blue C M Y K H S L
Decimal 135 50 20 0 0.63 0.85 0.47 15.65 0.74 0.3
Hex 87 32 14 0 3F 55 2F 10 4A 1E
Octal 207 62 24 0 77 125 57 20 112 36
Binary 10000111 110010 10100 0 111111 1010101 101111 10000 1001010 11110

Color Harmonies of #873214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873214

Black with #873214

Text Example


Text Example

White with #873214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873214; }

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

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

background-color css

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

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

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

border-color css

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

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

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