Html Css Color HEX #7C5211 Raw Umber

📋 copy color: '#7C5211'

red 124 ◦ green 82 ◦ blue 17

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

Shades of Raw Umber #7C5211

Tints of Raw Umber #7C5211

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.77%

 BLUE value IS 17 (7.03% from 255) = 7.62%

R = 55.61%
G = 36.77%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7C5211 (or 0x7C5211) is known color: Raw Umber. HEX triplet: 7C, 52 and 11. RGB value is (124,82,17). Sum of RGB (Red+Green+Blue) = 124+82+17=223 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.61% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5211 is #83ADEE. Grayscale: #575757. Windows color (decimal): -8629743 or 1135228. OLE color: 1135228.

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

Color convert

RGB 124 82 17 -
CMYK 0 0.34 0.86 0.51
HSL 36.45º 0.76% 0.28% -
HSV(B) 36.45º 0.86% 0.49% -
XYZ 11.43 10.36 1.93 -
YUV 87.15 88.41 154.29 -
System Red Green Blue C M Y K H S L
Decimal 124 82 17 0 0.34 0.86 0.51 36.45 0.76 0.28
Hex 7C 52 11 0 22 56 33 24 4C 1C
Octal 174 122 21 0 42 126 63 44 114 34
Binary 1111100 1010010 10001 0 100010 1010110 110011 100100 1001100 11100

Color Harmonies of #7C5211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5211

Black with #7C5211

Text Example


Text Example

White with #7C5211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,82,17); }

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

background-color css

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

 a { background-color: rgb(124,82,17); }

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

border-color css

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

 span { border-color: rgb(124,82,17); }

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