Html Css Color HEX #7C5A14 Raw Umber

📋 copy color: '#7C5A14'

red 124 ◦ green 90 ◦ blue 20

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

Shades of Raw Umber #7C5A14

Tints of Raw Umber #7C5A14

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.46%

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

R = 52.99%
G = 38.46%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#7C5A14 (or 0x7C5A14) is known color: Raw Umber. HEX triplet: 7C, 5A and 14. RGB value is (124,90,20). Sum of RGB (Red+Green+Blue) = 124+90+20=234 (30% of max value = 765). Red value is 124 (48.83% from 255 or 52.99% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5A14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5A14 is #83A5EB. Grayscale: #5C5C5C. Windows color (decimal): -8627692 or 1333884. OLE color: 1333884.

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

Color convert

RGB 124 90 20 -
CMYK 0 0.27 0.84 0.51
HSL 40.38º 0.72% 0.28% -
HSV(B) 40.38º 0.84% 0.49% -
XYZ 12.09 11.65 2.27 -
YUV 92.19 87.26 150.69 -
System Red Green Blue C M Y K H S L
Decimal 124 90 20 0 0.27 0.84 0.51 40.38 0.72 0.28
Hex 7C 5A 14 0 1B 54 33 28 48 1C
Octal 174 132 24 0 33 124 63 50 110 34
Binary 1111100 1011010 10100 0 11011 1010100 110011 101000 1001000 11100

Color Harmonies of #7C5A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5A14

Black with #7C5A14

Text Example


Text Example

White with #7C5A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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