Html Css Color HEX #872F0F Burnt Umber

📋 copy color: '#872F0F'

red 135 ◦ green 47 ◦ blue 15

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

Shades of Burnt Umber #872F0F

Tints of Burnt Umber #872F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.61%

R = 68.53%
G = 23.86%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#872F0F (or 0x872F0F) is known color: Burnt Umber. HEX triplet: 87, 2F and 0F. RGB value is (135,47,15). Sum of RGB (Red+Green+Blue) = 135+47+15=197 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.53% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 135 - color contains mainly: red. Hex color #872F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872F0F is #78D0F0. Grayscale: #454545. Windows color (decimal): -7917809 or 995207. OLE color: 995207.

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

Color convert

RGB 135 47 15 -
CMYK 0 0.65 0.89 0.47
HSL 16º 0.8% 0.29% -
HSV(B) 16º 0.89% 0.53% -
XYZ 11.09 7.22 1.26 -
YUV 69.66 97.15 174.6 -
System Red Green Blue C M Y K H S L
Decimal 135 47 15 0 0.65 0.89 0.47 16 0.8 0.29
Hex 87 2F F 0 41 59 2F 10 50 1D
Octal 207 57 17 0 101 131 57 20 120 35
Binary 10000111 101111 1111 0 1000001 1011001 101111 10000 1010000 11101

Color Harmonies of #872F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872F0F

Black with #872F0F

Text Example


Text Example

White with #872F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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