Html Css Color HEX #7C5918 Hot Curry

📋 copy color: '#7C5918'

red 124 ◦ green 89 ◦ blue 24

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

Shades of Hot Curry #7C5918

Tints of Hot Curry #7C5918

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.55%

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

R = 52.32%
G = 37.55%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#7C5918 (or 0x7C5918) is known color: Hot Curry. HEX triplet: 7C, 59 and 18. RGB value is (124,89,24). Sum of RGB (Red+Green+Blue) = 124+89+24=237 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.32% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 24 (9.77% from 255 or 10.13% from 237); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5918 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5918 is #83A6E7. Grayscale: #5C5C5C. Windows color (decimal): -8627944 or 1595772. OLE color: 1595772.

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

Color convert

RGB 124 89 24 -
CMYK 0 0.28 0.81 0.51
HSL 39º 0.68% 0.29% -
HSV(B) 39º 0.81% 0.49% -
XYZ 12.05 11.5 2.45 -
YUV 92.06 89.6 150.79 -
System Red Green Blue C M Y K H S L
Decimal 124 89 24 0 0.28 0.81 0.51 39 0.68 0.29
Hex 7C 59 18 0 1C 51 33 27 44 1D
Octal 174 131 30 0 34 121 63 47 104 35
Binary 1111100 1011001 11000 0 11100 1010001 110011 100111 1000100 11101

Color Harmonies of #7C5918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5918

Black with #7C5918

Text Example


Text Example

White with #7C5918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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