Html Css Color HEX #7C5A16 Raw Umber

📋 copy color: '#7C5A16'

red 124 ◦ green 90 ◦ blue 22

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

Shades of Raw Umber #7C5A16

Tints of Raw Umber #7C5A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.32%

R = 52.54%
G = 38.14%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#7C5A16 (or 0x7C5A16) is known color: Raw Umber. HEX triplet: 7C, 5A and 16. RGB value is (124,90,22). Sum of RGB (Red+Green+Blue) = 124+90+22=236 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.54% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5A16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5A16 is #83A5E9. Grayscale: #5C5C5C. Windows color (decimal): -8627690 or 1464956. OLE color: 1464956.

HSL color Cylindrical-coordinate representation of color #7C5A16: hue angle of 40º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C5A16 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 90 22 -
CMYK 0 0.27 0.82 0.51
HSL 40º 0.7% 0.29% -
HSV(B) 40º 0.82% 0.49% -
XYZ 12.11 11.66 2.37 -
YUV 92.41 88.26 150.53 -
System Red Green Blue C M Y K H S L
Decimal 124 90 22 0 0.27 0.82 0.51 40 0.7 0.29
Hex 7C 5A 16 0 1B 52 33 28 46 1D
Octal 174 132 26 0 33 122 63 50 106 35
Binary 1111100 1011010 10110 0 11011 1010010 110011 101000 1000110 11101

Color Harmonies of #7C5A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5A16

Black with #7C5A16

Text Example


Text Example

White with #7C5A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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