Html Css Color HEX #872F1E Burnt Umber

📋 copy color: '#872F1E'

red 135 ◦ green 47 ◦ blue 30

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

Shades of Burnt Umber #872F1E

Tints of Burnt Umber #872F1E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.17%

 BLUE value IS 30 (12.11% from 255) = 14.15%

R = 63.68%
G = 22.17%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#872F1E (or 0x872F1E) is known color: Burnt Umber. HEX triplet: 87, 2F and 1E. RGB value is (135,47,30). Sum of RGB (Red+Green+Blue) = 135+47+30=212 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.68% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 135 - color contains mainly: red. Hex color #872F1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872F1E is #78D0E1. Grayscale: #474747. Windows color (decimal): -7917794 or 1978247. OLE color: 1978247.

HSL color Cylindrical-coordinate representation of color #872F1E: hue angle of 9.71º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #872F1E is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 47 30 -
CMYK 0 0.65 0.78 0.47
HSL 9.71º 0.64% 0.32% -
HSV(B) 9.71º 0.78% 0.53% -
XYZ 11.24 7.28 2.04 -
YUV 71.37 104.65 173.38 -
System Red Green Blue C M Y K H S L
Decimal 135 47 30 0 0.65 0.78 0.47 9.71 0.64 0.32
Hex 87 2F 1E 0 41 4E 2F A 40 20
Octal 207 57 36 0 101 116 57 12 100 40
Binary 10000111 101111 11110 0 1000001 1001110 101111 1010 1000000 100000

Color Harmonies of #872F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872F1E

Black with #872F1E

Text Example


Text Example

White with #872F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,47,30); }

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

background-color css

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

 a { background-color: rgb(135,47,30); }

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

border-color css

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

 span { border-color: rgb(135,47,30); }

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