Html Css Color HEX #7C5927 Hot Curry

📋 copy color: '#7C5927'

red 124 ◦ green 89 ◦ blue 39

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

Shades of Hot Curry #7C5927

Tints of Hot Curry #7C5927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.48%

R = 49.21%
G = 35.32%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.51

RGB Variations

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

Color information

#7C5927 (or 0x7C5927) is known color: Hot Curry. HEX triplet: 7C, 59 and 27. RGB value is (124,89,39). Sum of RGB (Red+Green+Blue) = 124+89+39=252 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.21% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5927 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5927 is #83A6D8. Grayscale: #5E5E5E. Windows color (decimal): -8627929 or 2578812. OLE color: 2578812.

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

Color convert

RGB 124 89 39 -
CMYK 0 0.28 0.69 0.51
HSL 35.29º 0.52% 0.32% -
HSV(B) 35.29º 0.69% 0.49% -
XYZ 12.25 11.58 3.51 -
YUV 93.77 97.1 149.57 -
System Red Green Blue C M Y K H S L
Decimal 124 89 39 0 0.28 0.69 0.51 35.29 0.52 0.32
Hex 7C 59 27 0 1C 45 33 23 34 20
Octal 174 131 47 0 34 105 63 43 64 40
Binary 1111100 1011001 100111 0 11100 1000101 110011 100011 110100 100000

Color Harmonies of #7C5927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5927

Black with #7C5927

Text Example


Text Example

White with #7C5927

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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