Html Css Color HEX #7C4914 Raw Umber

📋 copy color: '#7C4914'

red 124 ◦ green 73 ◦ blue 20

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

Shades of Raw Umber #7C4914

Tints of Raw Umber #7C4914

RGB

 RED value IS 124 (48.83% from 255) = 57.14%

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

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

R = 57.14%
G = 33.64%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#7C4914 (or 0x7C4914) is known color: Raw Umber. HEX triplet: 7C, 49 and 14. RGB value is (124,73,20). Sum of RGB (Red+Green+Blue) = 124+73+20=217 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.14% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4914 is #83B6EB. Grayscale: #525252. Windows color (decimal): -8632044 or 1329532. OLE color: 1329532.

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

Color convert

RGB 124 73 20 -
CMYK 0 0.41 0.84 0.51
HSL 30.58º 0.72% 0.28% -
HSV(B) 30.58º 0.84% 0.49% -
XYZ 10.82 9.1 1.85 -
YUV 82.21 92.9 157.81 -
System Red Green Blue C M Y K H S L
Decimal 124 73 20 0 0.41 0.84 0.51 30.58 0.72 0.28
Hex 7C 49 14 0 29 54 33 1F 48 1C
Octal 174 111 24 0 51 124 63 37 110 34
Binary 1111100 1001001 10100 0 101001 1010100 110011 11111 1001000 11100

Color Harmonies of #7C4914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4914

Black with #7C4914

Text Example


Text Example

White with #7C4914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,73,20); }

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

background-color css

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

 a { background-color: rgb(124,73,20); }

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

border-color css

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

 span { border-color: rgb(124,73,20); }

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