Html Css Color HEX #873129 Burnt Umber

📋 copy color: '#873129'

red 135 ◦ green 49 ◦ blue 41

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

Shades of Burnt Umber #873129

Tints of Burnt Umber #873129

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.78%

 BLUE value IS 41 (16.41% from 255) = 18.22%

R = 60%
G = 21.78%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#873129 (or 0x873129) is known color: Burnt Umber. HEX triplet: 87, 31 and 29. RGB value is (135,49,41). Sum of RGB (Red+Green+Blue) = 135+49+41=225 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 41 (16.41% from 255 or 18.22% from 225); Max value from RGB is 135 - color contains mainly: red. Hex color #873129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873129 is #78CED6. Grayscale: #494949. Windows color (decimal): -7917271 or 2699655. OLE color: 2699655.

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

Color convert

RGB 135 49 41 -
CMYK 0 0.64 0.70 0.47
HSL 5.11º 0.53% 0.35% -
HSV(B) 5.11º 0.7% 0.53% -
XYZ 11.49 7.51 2.94 -
YUV 73.8 109.49 171.65 -
System Red Green Blue C M Y K H S L
Decimal 135 49 41 0 0.64 0.70 0.47 5.11 0.53 0.35
Hex 87 31 29 0 40 46 2F 5 35 23
Octal 207 61 51 0 100 106 57 5 65 43
Binary 10000111 110001 101001 0 1000000 1000110 101111 101 110101 100011

Color Harmonies of #873129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873129

Black with #873129

Text Example


Text Example

White with #873129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873129; }

 p { color: rgb(135,49,41); }

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

background-color css

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

 a { background-color: rgb(135,49,41); }

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

border-color css

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

 span { border-color: rgb(135,49,41); }

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