Html Css Color HEX #7E4900 Raw Umber

📋 copy color: '#7E4900'

red 126 ◦ green 73 ◦ blue 0

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

Shades of Raw Umber #7E4900

Tints of Raw Umber #7E4900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.68%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.32%
G = 36.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.51

RGB Variations

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

Color information

#7E4900 (or 0x7E4900) is known color: Raw Umber. HEX triplet: 7E, 49 and 00. RGB value is (126,73,0). Sum of RGB (Red+Green+Blue) = 126+73+0=199 (26% of max value = 765). Red value is 126 (49.61% from 255 or 63.32% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E4900 is #81B6FF. Grayscale: #505050. Windows color (decimal): -8500992 or 18814. OLE color: 18814.

HSL color Cylindrical-coordinate representation of color #7E4900: hue angle of 34.76º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E4900 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 73 0 -
CMYK 0 0.42 1 0.51
HSL 34.76º 1% 0.25% -
HSV(B) 34.76º 1% 0.49% -
XYZ 10.99 9.2 1.2 -
YUV 80.53 82.56 160.44 -
System Red Green Blue C M Y K H S L
Decimal 126 73 0 0 0.42 1 0.51 34.76 1 0.25
Hex 7E 49 0 0 2A 64 33 23 64 19
Octal 176 111 0 0 52 144 63 43 144 31
Binary 1111110 1001001 0 0 101010 1100100 110011 100011 1100100 11001

Color Harmonies of #7E4900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4900

Black with #7E4900

Text Example


Text Example

White with #7E4900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,73,0); }

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

background-color css

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

 a { background-color: rgb(126,73,0); }

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

border-color css

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

 span { border-color: rgb(126,73,0); }

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