Html Css Color HEX #7E301D Burnt Umber

📋 copy color: '#7E301D'

red 126 ◦ green 48 ◦ blue 29

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

Shades of Burnt Umber #7E301D

Tints of Burnt Umber #7E301D

RGB

 RED value IS 126 (49.61% from 255) = 62.07%

 GREEN value IS 48 (19.14% from 255) = 23.65%

 BLUE value IS 29 (11.72% from 255) = 14.29%

R = 62.07%
G = 23.65%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.51

RGB Variations

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

Color information

#7E301D (or 0x7E301D) is known color: Burnt Umber. HEX triplet: 7E, 30 and 1D. RGB value is (126,48,29). Sum of RGB (Red+Green+Blue) = 126+48+29=203 (26% of max value = 765). Red value is 126 (49.61% from 255 or 62.07% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 126 - color contains mainly: red. Hex color #7E301D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E301D is #81CFE2. Grayscale: #454545. Windows color (decimal): -8507363 or 1912958. OLE color: 1912958.

HSL color Cylindrical-coordinate representation of color #7E301D: hue angle of 11.75º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7E301D is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 48 29 -
CMYK 0 0.62 0.77 0.51
HSL 11.75º 0.63% 0.3% -
HSV(B) 11.75º 0.77% 0.49% -
XYZ 9.88 6.64 1.92 -
YUV 69.16 105.34 168.54 -
System Red Green Blue C M Y K H S L
Decimal 126 48 29 0 0.62 0.77 0.51 11.75 0.63 0.3
Hex 7E 30 1D 0 3E 4D 33 C 3F 1E
Octal 176 60 35 0 76 115 63 14 77 36
Binary 1111110 110000 11101 0 111110 1001101 110011 1100 111111 11110

Color Harmonies of #7E301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E301D

Black with #7E301D

Text Example


Text Example

White with #7E301D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,48,29); }

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

background-color css

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

 a { background-color: rgb(126,48,29); }

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

border-color css

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

 span { border-color: rgb(126,48,29); }

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