Html Css Color HEX #87341F Burnt Umber

📋 copy color: '#87341F'

red 135 ◦ green 52 ◦ blue 31

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

Shades of Burnt Umber #87341F

Tints of Burnt Umber #87341F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.85%

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

R = 61.93%
G = 23.85%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#87341F (or 0x87341F) is known color: Burnt Umber. HEX triplet: 87, 34 and 1F. RGB value is (135,52,31). Sum of RGB (Red+Green+Blue) = 135+52+31=218 (28% of max value = 765). Red value is 135 (53.12% from 255 or 61.93% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 135 - color contains mainly: red. Hex color #87341F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87341F is #78CBE0. Grayscale: #4A4A4A. Windows color (decimal): -7916513 or 2045063. OLE color: 2045063.

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

Color convert

RGB 135 52 31 -
CMYK 0 0.61 0.77 0.47
HSL 12.12º 0.63% 0.33% -
HSV(B) 12.12º 0.77% 0.53% -
XYZ 11.47 7.71 2.18 -
YUV 74.42 103.5 171.21 -
System Red Green Blue C M Y K H S L
Decimal 135 52 31 0 0.61 0.77 0.47 12.12 0.63 0.33
Hex 87 34 1F 0 3D 4D 2F C 3F 21
Octal 207 64 37 0 75 115 57 14 77 41
Binary 10000111 110100 11111 0 111101 1001101 101111 1100 111111 100001

Color Harmonies of #87341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87341F

Black with #87341F

Text Example


Text Example

White with #87341F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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