Html Css Color HEX #7D2911 Burnt Umber

📋 copy color: '#7D2911'

red 125 ◦ green 41 ◦ blue 17

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

Shades of Burnt Umber #7D2911

Tints of Burnt Umber #7D2911

RGB

 RED value IS 125 (49.22% from 255) = 68.31%

 GREEN value IS 41 (16.41% from 255) = 22.4%

 BLUE value IS 17 (7.03% from 255) = 9.29%

R = 68.31%
G = 22.4%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7D2911 (or 0x7D2911) is known color: Burnt Umber. HEX triplet: 7D, 29 and 11. RGB value is (125,41,17). Sum of RGB (Red+Green+Blue) = 125+41+17=183 (24% of max value = 765). Red value is 125 (49.22% from 255 or 68.31% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2911 is #82D6EE. Grayscale: #3F3F3F. Windows color (decimal): -8574703 or 1124733. OLE color: 1124733.

HSL color Cylindrical-coordinate representation of color #7D2911: hue angle of 13.33º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D2911 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 41 17 -
CMYK 0 0.67 0.86 0.51
HSL 13.33º 0.76% 0.28% -
HSV(B) 13.33º 0.86% 0.49% -
XYZ 9.35 5.99 1.19 -
YUV 63.38 101.83 171.95 -
System Red Green Blue C M Y K H S L
Decimal 125 41 17 0 0.67 0.86 0.51 13.33 0.76 0.28
Hex 7D 29 11 0 43 56 33 D 4C 1C
Octal 175 51 21 0 103 126 63 15 114 34
Binary 1111101 101001 10001 0 1000011 1010110 110011 1101 1001100 11100

Color Harmonies of #7D2911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2911

Black with #7D2911

Text Example


Text Example

White with #7D2911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D2911; }

 p { color: rgb(125,41,17); }

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

background-color css

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

 a { background-color: rgb(125,41,17); }

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

border-color css

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

 span { border-color: rgb(125,41,17); }

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