Html Css Color HEX #7E5714 Raw Umber

📋 copy color: '#7E5714'

red 126 ◦ green 87 ◦ blue 20

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

Shades of Raw Umber #7E5714

Tints of Raw Umber #7E5714

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.34%

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

R = 54.08%
G = 37.34%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#7E5714 (or 0x7E5714) is known color: Raw Umber. HEX triplet: 7E, 57 and 14. RGB value is (126,87,20). Sum of RGB (Red+Green+Blue) = 126+87+20=233 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.08% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E5714 is #81A8EB. Grayscale: #5B5B5B. Windows color (decimal): -8497388 or 1333118. OLE color: 1333118.

HSL color Cylindrical-coordinate representation of color #7E5714: hue angle of 37.92º 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 #7E5714 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 87 20 -
CMYK 0 0.31 0.84 0.51
HSL 37.92º 0.73% 0.29% -
HSV(B) 37.92º 0.84% 0.49% -
XYZ 12.14 11.3 2.2 -
YUV 91.02 87.92 152.95 -
System Red Green Blue C M Y K H S L
Decimal 126 87 20 0 0.31 0.84 0.51 37.92 0.73 0.29
Hex 7E 57 14 0 1F 54 33 26 49 1D
Octal 176 127 24 0 37 124 63 46 111 35
Binary 1111110 1010111 10100 0 11111 1010100 110011 100110 1001001 11101

Color Harmonies of #7E5714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5714

Black with #7E5714

Text Example


Text Example

White with #7E5714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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