Html Css Color HEX #7C572E Hot Curry

📋 copy color: '#7C572E'

red 124 ◦ green 87 ◦ blue 46

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

Shades of Hot Curry #7C572E

Tints of Hot Curry #7C572E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.9%

R = 48.25%
G = 33.85%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#7C572E (or 0x7C572E) is known color: Hot Curry. HEX triplet: 7C, 57 and 2E. RGB value is (124,87,46). Sum of RGB (Red+Green+Blue) = 124+87+46=257 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.25% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 124 - color contains mainly: red. Hex color #7C572E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C572E is #83A8D1. Grayscale: #5D5D5D. Windows color (decimal): -8628434 or 3037052. OLE color: 3037052.

HSL color Cylindrical-coordinate representation of color #7C572E: hue angle of 31.54º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C572E is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 87 46 -
CMYK 0 0.30 0.63 0.51
HSL 31.54º 0.46% 0.33% -
HSV(B) 31.54º 0.63% 0.49% -
XYZ 12.21 11.3 4.12 -
YUV 93.39 101.26 149.83 -
System Red Green Blue C M Y K H S L
Decimal 124 87 46 0 0.30 0.63 0.51 31.54 0.46 0.33
Hex 7C 57 2E 0 1E 3F 33 20 2E 21
Octal 174 127 56 0 36 77 63 40 56 41
Binary 1111100 1010111 101110 0 11110 111111 110011 100000 101110 100001

Color Harmonies of #7C572E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C572E

Black with #7C572E

Text Example


Text Example

White with #7C572E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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