Html Css Color HEX #873125 Burnt Umber

📋 copy color: '#873125'

red 135 ◦ green 49 ◦ blue 37

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

Shades of Burnt Umber #873125

Tints of Burnt Umber #873125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.74%

R = 61.09%
G = 22.17%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#873125 (or 0x873125) is known color: Burnt Umber. HEX triplet: 87, 31 and 25. RGB value is (135,49,37). Sum of RGB (Red+Green+Blue) = 135+49+37=221 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.09% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 135 - color contains mainly: red. Hex color #873125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873125 is #78CEDA. Grayscale: #494949. Windows color (decimal): -7917275 or 2437511. OLE color: 2437511.

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

Color convert

RGB 135 49 37 -
CMYK 0 0.64 0.73 0.47
HSL 7.35º 0.57% 0.34% -
HSV(B) 7.35º 0.73% 0.53% -
XYZ 11.42 7.48 2.59 -
YUV 73.35 107.49 171.98 -
System Red Green Blue C M Y K H S L
Decimal 135 49 37 0 0.64 0.73 0.47 7.35 0.57 0.34
Hex 87 31 25 0 40 49 2F 7 39 22
Octal 207 61 45 0 100 111 57 7 71 42
Binary 10000111 110001 100101 0 1000000 1001001 101111 111 111001 100010

Color Harmonies of #873125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873125

Black with #873125

Text Example


Text Example

White with #873125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873125; }

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

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

background-color css

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

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

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

border-color css

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

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

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