Html Css Color HEX #873026 Burnt Umber

📋 copy color: '#873026'

red 135 ◦ green 48 ◦ blue 38

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

Shades of Burnt Umber #873026

Tints of Burnt Umber #873026

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.72%

 BLUE value IS 38 (15.23% from 255) = 17.19%

R = 61.09%
G = 21.72%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#873026 (or 0x873026) is known color: Burnt Umber. HEX triplet: 87, 30 and 26. RGB value is (135,48,38). Sum of RGB (Red+Green+Blue) = 135+48+38=221 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.09% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 38 (15.23% from 255 or 17.19% from 221); Max value from RGB is 135 - color contains mainly: red. Hex color #873026 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873026 is #78CFD9. Grayscale: #494949. Windows color (decimal): -7917530 or 2502791. OLE color: 2502791.

HSL color Cylindrical-coordinate representation of color #873026: hue angle of 6.19º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #873026 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 48 38 -
CMYK 0 0.64 0.72 0.47
HSL 6.19º 0.56% 0.34% -
HSV(B) 6.19º 0.72% 0.53% -
XYZ 11.4 7.4 2.66 -
YUV 72.87 108.32 172.31 -
System Red Green Blue C M Y K H S L
Decimal 135 48 38 0 0.64 0.72 0.47 6.19 0.56 0.34
Hex 87 30 26 0 40 48 2F 6 38 22
Octal 207 60 46 0 100 110 57 6 70 42
Binary 10000111 110000 100110 0 1000000 1001000 101111 110 111000 100010

Color Harmonies of #873026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873026

Black with #873026

Text Example


Text Example

White with #873026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873026; }

 p { color: rgb(135,48,38); }

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

background-color css

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

 a { background-color: rgb(135,48,38); }

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

border-color css

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

 span { border-color: rgb(135,48,38); }

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