Html Css Color HEX #87301D Burnt Umber

📋 copy color: '#87301D'

red 135 ◦ green 48 ◦ blue 29

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

Shades of Burnt Umber #87301D

Tints of Burnt Umber #87301D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.68%

R = 63.68%
G = 22.64%
B = 13.68%

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

#87301D (or 0x87301D) is known color: Burnt Umber. HEX triplet: 87, 30 and 1D. RGB value is (135,48,29). Sum of RGB (Red+Green+Blue) = 135+48+29=212 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.68% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 135 - color contains mainly: red. Hex color #87301D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87301D is #78CFE2. Grayscale: #484848. Windows color (decimal): -7917539 or 1912967. OLE color: 1912967.

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

Color convert

RGB 135 48 29 -
CMYK 0 0.64 0.79 0.47
HSL 10.75º 0.65% 0.32% -
HSV(B) 10.75º 0.79% 0.53% -
XYZ 11.27 7.35 1.99 -
YUV 71.85 103.82 173.04 -
System Red Green Blue C M Y K H S L
Decimal 135 48 29 0 0.64 0.79 0.47 10.75 0.65 0.32
Hex 87 30 1D 0 40 4F 2F B 41 20
Octal 207 60 35 0 100 117 57 13 101 40
Binary 10000111 110000 11101 0 1000000 1001111 101111 1011 1000001 100000

Color Harmonies of #87301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87301D

Black with #87301D

Text Example


Text Example

White with #87301D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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