Html Css Color HEX #7C5614 Raw Umber

📋 copy color: '#7C5614'

red 124 ◦ green 86 ◦ blue 20

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

Shades of Raw Umber #7C5614

Tints of Raw Umber #7C5614

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.39%

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

R = 53.91%
G = 37.39%
B = 8.7%

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

#7C5614 (or 0x7C5614) is known color: Raw Umber. HEX triplet: 7C, 56 and 14. RGB value is (124,86,20). Sum of RGB (Red+Green+Blue) = 124+86+20=230 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.91% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5614 is #83A9EB. Grayscale: #5A5A5A. Windows color (decimal): -8628716 or 1332860. OLE color: 1332860.

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

Color convert

RGB 124 86 20 -
CMYK 0 0.31 0.84 0.51
HSL 38.08º 0.72% 0.28% -
HSV(B) 38.08º 0.84% 0.49% -
XYZ 11.77 10.99 2.16 -
YUV 89.84 88.59 152.37 -
System Red Green Blue C M Y K H S L
Decimal 124 86 20 0 0.31 0.84 0.51 38.08 0.72 0.28
Hex 7C 56 14 0 1F 54 33 26 48 1C
Octal 174 126 24 0 37 124 63 46 110 34
Binary 1111100 1010110 10100 0 11111 1010100 110011 100110 1001000 11100

Color Harmonies of #7C5614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5614

Black with #7C5614

Text Example


Text Example

White with #7C5614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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