Html Css Color HEX #7C5518 Raw Umber

📋 copy color: '#7C5518'

red 124 ◦ green 85 ◦ blue 24

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

Shades of Raw Umber #7C5518

Tints of Raw Umber #7C5518

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.48%

 BLUE value IS 24 (9.77% from 255) = 10.3%

R = 53.22%
G = 36.48%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#7C5518 (or 0x7C5518) is known color: Raw Umber. HEX triplet: 7C, 55 and 18. RGB value is (124,85,24). Sum of RGB (Red+Green+Blue) = 124+85+24=233 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.22% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5518 is #83AAE7. Grayscale: #595959. Windows color (decimal): -8628968 or 1594748. OLE color: 1594748.

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

Color convert

RGB 124 85 24 -
CMYK 0 0.31 0.81 0.51
HSL 36.6º 0.68% 0.29% -
HSV(B) 36.6º 0.81% 0.49% -
XYZ 11.73 10.85 2.34 -
YUV 89.71 90.92 152.46 -
System Red Green Blue C M Y K H S L
Decimal 124 85 24 0 0.31 0.81 0.51 36.6 0.68 0.29
Hex 7C 55 18 0 1F 51 33 25 44 1D
Octal 174 125 30 0 37 121 63 45 104 35
Binary 1111100 1010101 11000 0 11111 1010001 110011 100101 1000100 11101

Color Harmonies of #7C5518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5518

Black with #7C5518

Text Example


Text Example

White with #7C5518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,85,24); }

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

background-color css

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

 a { background-color: rgb(124,85,24); }

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

border-color css

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

 span { border-color: rgb(124,85,24); }

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