Html Css Color HEX #872C1A Burnt Umber

📋 copy color: '#872C1A'

red 135 ◦ green 44 ◦ blue 26

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

Shades of Burnt Umber #872C1A

Tints of Burnt Umber #872C1A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.46%

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

R = 65.85%
G = 21.46%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#872C1A (or 0x872C1A) is known color: Burnt Umber. HEX triplet: 87, 2C and 1A. RGB value is (135,44,26). Sum of RGB (Red+Green+Blue) = 135+44+26=205 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.85% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 135 - color contains mainly: red. Hex color #872C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872C1A is #78D3E5. Grayscale: #454545. Windows color (decimal): -7918566 or 1715335. OLE color: 1715335.

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

Color convert

RGB 135 44 26 -
CMYK 0 0.67 0.81 0.47
HSL 9.91º 0.68% 0.32% -
HSV(B) 9.91º 0.81% 0.53% -
XYZ 11.08 7.03 1.75 -
YUV 69.16 103.65 174.96 -
System Red Green Blue C M Y K H S L
Decimal 135 44 26 0 0.67 0.81 0.47 9.91 0.68 0.32
Hex 87 2C 1A 0 43 51 2F A 44 20
Octal 207 54 32 0 103 121 57 12 104 40
Binary 10000111 101100 11010 0 1000011 1010001 101111 1010 1000100 100000

Color Harmonies of #872C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872C1A

Black with #872C1A

Text Example


Text Example

White with #872C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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