Html Css Color HEX #87381E Burnt Umber

📋 copy color: '#87381E'

red 135 ◦ green 56 ◦ blue 30

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

Shades of Burnt Umber #87381E

Tints of Burnt Umber #87381E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.34%

 BLUE value IS 30 (12.11% from 255) = 13.57%

R = 61.09%
G = 25.34%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#87381E (or 0x87381E) is known color: Burnt Umber. HEX triplet: 87, 38 and 1E. RGB value is (135,56,30). Sum of RGB (Red+Green+Blue) = 135+56+30=221 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.09% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 135 - color contains mainly: red. Hex color #87381E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87381E is #78C7E1. Grayscale: #4C4C4C. Windows color (decimal): -7915490 or 1980551. OLE color: 1980551.

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

Color convert

RGB 135 56 30 -
CMYK 0 0.59 0.78 0.47
HSL 14.86º 0.64% 0.32% -
HSV(B) 14.86º 0.78% 0.53% -
XYZ 11.64 8.07 2.17 -
YUV 76.66 101.67 169.61 -
System Red Green Blue C M Y K H S L
Decimal 135 56 30 0 0.59 0.78 0.47 14.86 0.64 0.32
Hex 87 38 1E 0 3B 4E 2F F 40 20
Octal 207 70 36 0 73 116 57 17 100 40
Binary 10000111 111000 11110 0 111011 1001110 101111 1111 1000000 100000

Color Harmonies of #87381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87381E

Black with #87381E

Text Example


Text Example

White with #87381E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87381E; }

 p { color: rgb(135,56,30); }

 H1.HeaderClassName
 {
   color: #87381E;
 }
 .AnyTagClassName
 {
   color: #87381E;
 }
</style>

background-color css

<style>
 a { background-color: #87381E; }

 a { background-color: rgb(135,56,30); }

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

border-color css

<style>
 span { border-color: #87381E; }

 span { border-color: rgb(135,56,30); }

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