Html Css Color HEX #87301F Burnt Umber

📋 copy color: '#87301F'

red 135 ◦ green 48 ◦ blue 31

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

Shades of Burnt Umber #87301F

Tints of Burnt Umber #87301F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.49%

R = 63.08%
G = 22.43%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#87301F (or 0x87301F) is known color: Burnt Umber. HEX triplet: 87, 30 and 1F. RGB value is (135,48,31). Sum of RGB (Red+Green+Blue) = 135+48+31=214 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.08% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 135 - color contains mainly: red. Hex color #87301F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87301F is #78CFE0. Grayscale: #484848. Windows color (decimal): -7917537 or 2044039. OLE color: 2044039.

HSL color Cylindrical-coordinate representation of color #87301F: hue angle of 9.81º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #87301F is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 48 31 -
CMYK 0 0.64 0.77 0.47
HSL 9.81º 0.63% 0.33% -
HSV(B) 9.81º 0.77% 0.53% -
XYZ 11.3 7.36 2.12 -
YUV 72.08 104.82 172.88 -
System Red Green Blue C M Y K H S L
Decimal 135 48 31 0 0.64 0.77 0.47 9.81 0.63 0.33
Hex 87 30 1F 0 40 4D 2F A 3F 21
Octal 207 60 37 0 100 115 57 12 77 41
Binary 10000111 110000 11111 0 1000000 1001101 101111 1010 111111 100001

Color Harmonies of #87301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87301F

Black with #87301F

Text Example


Text Example

White with #87301F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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