Html Css Color HEX #7C5726 Hot Curry

📋 copy color: '#7C5726'

red 124 ◦ green 87 ◦ blue 38

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

Shades of Hot Curry #7C5726

Tints of Hot Curry #7C5726

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.94%

 BLUE value IS 38 (15.23% from 255) = 15.26%

R = 49.8%
G = 34.94%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.51

RGB Variations

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

Color information

#7C5726 (or 0x7C5726) is known color: Hot Curry. HEX triplet: 7C, 57 and 26. RGB value is (124,87,38). Sum of RGB (Red+Green+Blue) = 124+87+38=249 (32% of max value = 765). Red value is 124 (48.83% from 255 or 49.80% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5726 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5726 is #83A8D9. Grayscale: #5C5C5C. Windows color (decimal): -8628442 or 2512764. OLE color: 2512764.

HSL color Cylindrical-coordinate representation of color #7C5726: hue angle of 34.19º degrees, saturation: 0.53, 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 #7C5726 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 87 38 -
CMYK 0 0.30 0.69 0.51
HSL 34.19º 0.53% 0.32% -
HSV(B) 34.19º 0.69% 0.49% -
XYZ 12.07 11.24 3.37 -
YUV 92.48 97.26 150.48 -
System Red Green Blue C M Y K H S L
Decimal 124 87 38 0 0.30 0.69 0.51 34.19 0.53 0.32
Hex 7C 57 26 0 1E 45 33 22 35 20
Octal 174 127 46 0 36 105 63 42 65 40
Binary 1111100 1010111 100110 0 11110 1000101 110011 100010 110101 100000

Color Harmonies of #7C5726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5726

Black with #7C5726

Text Example


Text Example

White with #7C5726

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,87,38); }

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

background-color css

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

 a { background-color: rgb(124,87,38); }

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

border-color css

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

 span { border-color: rgb(124,87,38); }

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