Html Css Color HEX #87331A Burnt Umber

📋 copy color: '#87331A'

red 135 ◦ green 51 ◦ blue 26

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

Shades of Burnt Umber #87331A

Tints of Burnt Umber #87331A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.06%

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

R = 63.68%
G = 24.06%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#87331A (or 0x87331A) is known color: Burnt Umber. HEX triplet: 87, 33 and 1A. RGB value is (135,51,26). Sum of RGB (Red+Green+Blue) = 135+51+26=212 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.68% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 135 - color contains mainly: red. Hex color #87331A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87331A is #78CCE5. Grayscale: #494949. Windows color (decimal): -7916774 or 1717127. OLE color: 1717127.

HSL color Cylindrical-coordinate representation of color #87331A: hue angle of 13.76º 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 #87331A is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 51 26 -
CMYK 0 0.62 0.81 0.47
HSL 13.76º 0.68% 0.32% -
HSV(B) 13.76º 0.81% 0.53% -
XYZ 11.36 7.59 1.84 -
YUV 73.27 101.33 172.03 -
System Red Green Blue C M Y K H S L
Decimal 135 51 26 0 0.62 0.81 0.47 13.76 0.68 0.32
Hex 87 33 1A 0 3E 51 2F E 44 20
Octal 207 63 32 0 76 121 57 16 104 40
Binary 10000111 110011 11010 0 111110 1010001 101111 1110 1000100 100000

Color Harmonies of #87331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87331A

Black with #87331A

Text Example


Text Example

White with #87331A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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