Html Css Color HEX #872C0D Burnt Umber

📋 copy color: '#872C0D'

red 135 ◦ green 44 ◦ blue 13

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

Shades of Burnt Umber #872C0D

Tints of Burnt Umber #872C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.77%

R = 70.31%
G = 22.92%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#872C0D (or 0x872C0D) is known color: Burnt Umber. HEX triplet: 87, 2C and 0D. RGB value is (135,44,13). Sum of RGB (Red+Green+Blue) = 135+44+13=192 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.31% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 135 - color contains mainly: red. Hex color #872C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872C0D is #78D3F2. Grayscale: #434343. Windows color (decimal): -7918579 or 863367. OLE color: 863367.

HSL color Cylindrical-coordinate representation of color #872C0D: hue angle of 15.25º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #872C0D is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 44 13 -
CMYK 0 0.67 0.90 0.47
HSL 15.25º 0.82% 0.29% -
HSV(B) 15.25º 0.9% 0.53% -
XYZ 10.97 6.98 1.15 -
YUV 67.68 97.15 176.02 -
System Red Green Blue C M Y K H S L
Decimal 135 44 13 0 0.67 0.90 0.47 15.25 0.82 0.29
Hex 87 2C D 0 43 5A 2F F 52 1D
Octal 207 54 15 0 103 132 57 17 122 35
Binary 10000111 101100 1101 0 1000011 1011010 101111 1111 1010010 11101

Color Harmonies of #872C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872C0D

Black with #872C0D

Text Example


Text Example

White with #872C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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