Html Css Color HEX #87270D Burnt Umber

📋 copy color: '#87270D'

red 135 ◦ green 39 ◦ blue 13

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

Shades of Burnt Umber #87270D

Tints of Burnt Umber #87270D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.86%

 BLUE value IS 13 (5.47% from 255) = 6.95%

R = 72.19%
G = 20.86%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#87270D (or 0x87270D) is known color: Burnt Umber. HEX triplet: 87, 27 and 0D. RGB value is (135,39,13). Sum of RGB (Red+Green+Blue) = 135+39+13=187 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.19% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 135 - color contains mainly: red. Hex color #87270D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87270D is #78D8F2. Grayscale: #404040. Windows color (decimal): -7919859 or 862087. OLE color: 862087.

HSL color Cylindrical-coordinate representation of color #87270D: hue angle of 12.79º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87270D is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 39 13 -
CMYK 0 0.71 0.90 0.47
HSL 12.79º 0.82% 0.29% -
HSV(B) 12.79º 0.9% 0.53% -
XYZ 10.79 6.63 1.09 -
YUV 64.74 98.8 178.11 -
System Red Green Blue C M Y K H S L
Decimal 135 39 13 0 0.71 0.90 0.47 12.79 0.82 0.29
Hex 87 27 D 0 47 5A 2F D 52 1D
Octal 207 47 15 0 107 132 57 15 122 35
Binary 10000111 100111 1101 0 1000111 1011010 101111 1101 1010010 11101

Color Harmonies of #87270D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87270D

Black with #87270D

Text Example


Text Example

White with #87270D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,39,13); }

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

background-color css

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

 a { background-color: rgb(135,39,13); }

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

border-color css

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

 span { border-color: rgb(135,39,13); }

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