Html Css Color HEX #7C5019 Raw Umber

📋 copy color: '#7C5019'

red 124 ◦ green 80 ◦ blue 25

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

Shades of Raw Umber #7C5019

Tints of Raw Umber #7C5019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.93%

 BLUE value IS 25 (10.16% from 255) = 10.92%

R = 54.15%
G = 34.93%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.51

RGB Variations

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

Color information

#7C5019 (or 0x7C5019) is known color: Raw Umber. HEX triplet: 7C, 50 and 19. RGB value is (124,80,25). Sum of RGB (Red+Green+Blue) = 124+80+25=229 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.15% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5019 is #83AFE6. Grayscale: #575757. Windows color (decimal): -8630247 or 1659004. OLE color: 1659004.

HSL color Cylindrical-coordinate representation of color #7C5019: hue angle of 33.33º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C5019 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 80 25 -
CMYK 0 0.35 0.80 0.51
HSL 33.33º 0.66% 0.29% -
HSV(B) 33.33º 0.8% 0.49% -
XYZ 11.36 10.09 2.27 -
YUV 86.89 93.08 154.47 -
System Red Green Blue C M Y K H S L
Decimal 124 80 25 0 0.35 0.80 0.51 33.33 0.66 0.29
Hex 7C 50 19 0 23 50 33 21 42 1D
Octal 174 120 31 0 43 120 63 41 102 35
Binary 1111100 1010000 11001 0 100011 1010000 110011 100001 1000010 11101

Color Harmonies of #7C5019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5019

Black with #7C5019

Text Example


Text Example

White with #7C5019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,80,25); }

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

background-color css

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

 a { background-color: rgb(124,80,25); }

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

border-color css

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

 span { border-color: rgb(124,80,25); }

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