Html Css Color HEX #87301B Burnt Umber

📋 copy color: '#87301B'

red 135 ◦ green 48 ◦ blue 27

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

Shades of Burnt Umber #87301B

Tints of Burnt Umber #87301B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.86%

R = 64.29%
G = 22.86%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.8

 K value IS 0.47

RGB Variations

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

Color information

#87301B (or 0x87301B) is known color: Burnt Umber. HEX triplet: 87, 30 and 1B. RGB value is (135,48,27). Sum of RGB (Red+Green+Blue) = 135+48+27=210 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.29% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 135 - color contains mainly: red. Hex color #87301B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87301B is #78CFE4. Grayscale: #474747. Windows color (decimal): -7917541 or 1781895. OLE color: 1781895.

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

Color convert

RGB 135 48 27 -
CMYK 0 0.64 0.8 0.47
HSL 11.67º 0.67% 0.32% -
HSV(B) 11.67º 0.8% 0.53% -
XYZ 11.25 7.34 1.86 -
YUV 71.62 102.82 173.21 -
System Red Green Blue C M Y K H S L
Decimal 135 48 27 0 0.64 0.8 0.47 11.67 0.67 0.32
Hex 87 30 1B 0 40 50 2F C 43 20
Octal 207 60 33 0 100 120 57 14 103 40
Binary 10000111 110000 11011 0 1000000 1010000 101111 1100 1000011 100000

Color Harmonies of #87301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87301B

Black with #87301B

Text Example


Text Example

White with #87301B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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