Html Css Color HEX #87341C Burnt Umber

📋 copy color: '#87341C'

red 135 ◦ green 52 ◦ blue 28

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

Shades of Burnt Umber #87341C

Tints of Burnt Umber #87341C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.19%

 BLUE value IS 28 (11.33% from 255) = 13.02%

R = 62.79%
G = 24.19%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#87341C (or 0x87341C) is known color: Burnt Umber. HEX triplet: 87, 34 and 1C. RGB value is (135,52,28). Sum of RGB (Red+Green+Blue) = 135+52+28=215 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.79% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 135 - color contains mainly: red. Hex color #87341C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87341C is #78CBE3. Grayscale: #4A4A4A. Windows color (decimal): -7916516 or 1848455. OLE color: 1848455.

HSL color Cylindrical-coordinate representation of color #87341C: hue angle of 13.46º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #87341C is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 52 28 -
CMYK 0 0.61 0.79 0.47
HSL 13.46º 0.66% 0.32% -
HSV(B) 13.46º 0.79% 0.53% -
XYZ 11.43 7.69 1.98 -
YUV 74.08 102 171.45 -
System Red Green Blue C M Y K H S L
Decimal 135 52 28 0 0.61 0.79 0.47 13.46 0.66 0.32
Hex 87 34 1C 0 3D 4F 2F D 42 20
Octal 207 64 34 0 75 117 57 15 102 40
Binary 10000111 110100 11100 0 111101 1001111 101111 1101 1000010 100000

Color Harmonies of #87341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87341C

Black with #87341C

Text Example


Text Example

White with #87341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87341C; }

 p { color: rgb(135,52,28); }

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

background-color css

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

 a { background-color: rgb(135,52,28); }

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

border-color css

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

 span { border-color: rgb(135,52,28); }

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