Html Css Color HEX #87381F Burnt Umber

📋 copy color: '#87381F'

red 135 ◦ green 56 ◦ blue 31

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

Shades of Burnt Umber #87381F

Tints of Burnt Umber #87381F

RGB

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

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

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

R = 60.81%
G = 25.23%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#87381F (or 0x87381F) is known color: Burnt Umber. HEX triplet: 87, 38 and 1F. RGB value is (135,56,31). Sum of RGB (Red+Green+Blue) = 135+56+31=222 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.81% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 135 - color contains mainly: red. Hex color #87381F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87381F is #78C7E0. Grayscale: #4C4C4C. Windows color (decimal): -7915489 or 2046087. OLE color: 2046087.

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

Color convert

RGB 135 56 31 -
CMYK 0 0.59 0.77 0.47
HSL 14.42º 0.63% 0.33% -
HSV(B) 14.42º 0.77% 0.53% -
XYZ 11.65 8.08 2.24 -
YUV 76.77 102.17 169.53 -
System Red Green Blue C M Y K H S L
Decimal 135 56 31 0 0.59 0.77 0.47 14.42 0.63 0.33
Hex 87 38 1F 0 3B 4D 2F E 3F 21
Octal 207 70 37 0 73 115 57 16 77 41
Binary 10000111 111000 11111 0 111011 1001101 101111 1110 111111 100001

Color Harmonies of #87381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87381F

Black with #87381F

Text Example


Text Example

White with #87381F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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