Html Css Color HEX #87381D Burnt Umber

📋 copy color: '#87381D'

red 135 ◦ green 56 ◦ blue 29

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

Shades of Burnt Umber #87381D

Tints of Burnt Umber #87381D

RGB

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

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

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

R = 61.36%
G = 25.45%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#87381D (or 0x87381D) is known color: Burnt Umber. HEX triplet: 87, 38 and 1D. RGB value is (135,56,29). Sum of RGB (Red+Green+Blue) = 135+56+29=220 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.36% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 135 - color contains mainly: red. Hex color #87381D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87381D is #78C7E2. Grayscale: #4C4C4C. Windows color (decimal): -7915491 or 1915015. OLE color: 1915015.

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

Color convert

RGB 135 56 29 -
CMYK 0 0.59 0.79 0.47
HSL 15.28º 0.65% 0.32% -
HSV(B) 15.28º 0.79% 0.53% -
XYZ 11.63 8.07 2.11 -
YUV 76.54 101.17 169.7 -
System Red Green Blue C M Y K H S L
Decimal 135 56 29 0 0.59 0.79 0.47 15.28 0.65 0.32
Hex 87 38 1D 0 3B 4F 2F F 41 20
Octal 207 70 35 0 73 117 57 17 101 40
Binary 10000111 111000 11101 0 111011 1001111 101111 1111 1000001 100000

Color Harmonies of #87381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87381D

Black with #87381D

Text Example


Text Example

White with #87381D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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