Html Css Color HEX #87341A Burnt Umber

📋 copy color: '#87341A'

red 135 ◦ green 52 ◦ blue 26

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

Shades of Burnt Umber #87341A

Tints of Burnt Umber #87341A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.21%

R = 63.38%
G = 24.41%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#87341A (or 0x87341A) is known color: Burnt Umber. HEX triplet: 87, 34 and 1A. RGB value is (135,52,26). Sum of RGB (Red+Green+Blue) = 135+52+26=213 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.38% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 135 - color contains mainly: red. Hex color #87341A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87341A is #78CBE5. Grayscale: #4A4A4A. Windows color (decimal): -7916518 or 1717383. OLE color: 1717383.

HSL color Cylindrical-coordinate representation of color #87341A: hue angle of 14.31º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #87341A is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 52 26 -
CMYK 0 0.61 0.81 0.47
HSL 14.31º 0.68% 0.32% -
HSV(B) 14.31º 0.81% 0.53% -
XYZ 11.41 7.68 1.86 -
YUV 73.85 101 171.61 -
System Red Green Blue C M Y K H S L
Decimal 135 52 26 0 0.61 0.81 0.47 14.31 0.68 0.32
Hex 87 34 1A 0 3D 51 2F E 44 20
Octal 207 64 32 0 75 121 57 16 104 40
Binary 10000111 110100 11010 0 111101 1010001 101111 1110 1000100 100000

Color Harmonies of #87341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87341A

Black with #87341A

Text Example


Text Example

White with #87341A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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