Html Css Color HEX #87301C Burnt Umber

📋 copy color: '#87301C'

red 135 ◦ green 48 ◦ blue 28

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

Shades of Burnt Umber #87301C

Tints of Burnt Umber #87301C

RGB

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

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

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

R = 63.98%
G = 22.75%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#87301C (or 0x87301C) is known color: Burnt Umber. HEX triplet: 87, 30 and 1C. RGB value is (135,48,28). Sum of RGB (Red+Green+Blue) = 135+48+28=211 (27% of max value = 765). Red value is 135 (53.12% from 255 or 63.98% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 135 - color contains mainly: red. Hex color #87301C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87301C is #78CFE3. Grayscale: #474747. Windows color (decimal): -7917540 or 1847431. OLE color: 1847431.

HSL color Cylindrical-coordinate representation of color #87301C: hue angle of 11.21º 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 #87301C is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 48 28 -
CMYK 0 0.64 0.79 0.47
HSL 11.21º 0.66% 0.32% -
HSV(B) 11.21º 0.79% 0.53% -
XYZ 11.26 7.35 1.92 -
YUV 71.73 103.32 173.13 -
System Red Green Blue C M Y K H S L
Decimal 135 48 28 0 0.64 0.79 0.47 11.21 0.66 0.32
Hex 87 30 1C 0 40 4F 2F B 42 20
Octal 207 60 34 0 100 117 57 13 102 40
Binary 10000111 110000 11100 0 1000000 1001111 101111 1011 1000010 100000

Color Harmonies of #87301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87301C

Black with #87301C

Text Example


Text Example

White with #87301C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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