Html Css Color HEX #7E5414 Raw Umber

📋 copy color: '#7E5414'

red 126 ◦ green 84 ◦ blue 20

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

Shades of Raw Umber #7E5414

Tints of Raw Umber #7E5414

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.52%

 BLUE value IS 20 (8.2% from 255) = 8.7%

R = 54.78%
G = 36.52%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#7E5414 (or 0x7E5414) is known color: Raw Umber. HEX triplet: 7E, 54 and 14. RGB value is (126,84,20). Sum of RGB (Red+Green+Blue) = 126+84+20=230 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.78% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E5414 is #81ABEB. Grayscale: #595959. Windows color (decimal): -8498156 or 1332350. OLE color: 1332350.

HSL color Cylindrical-coordinate representation of color #7E5414: hue angle of 36.23º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7E5414 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 84 20 -
CMYK 0 0.33 0.84 0.51
HSL 36.23º 0.73% 0.29% -
HSV(B) 36.23º 0.84% 0.49% -
XYZ 11.9 10.83 2.12 -
YUV 89.26 88.91 154.2 -
System Red Green Blue C M Y K H S L
Decimal 126 84 20 0 0.33 0.84 0.51 36.23 0.73 0.29
Hex 7E 54 14 0 21 54 33 24 49 1D
Octal 176 124 24 0 41 124 63 44 111 35
Binary 1111110 1010100 10100 0 100001 1010100 110011 100100 1001001 11101

Color Harmonies of #7E5414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5414

Black with #7E5414

Text Example


Text Example

White with #7E5414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,84,20); }

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

background-color css

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

 a { background-color: rgb(126,84,20); }

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

border-color css

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

 span { border-color: rgb(126,84,20); }

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