Html Css Color HEX #7C5428 Hot Curry

📋 copy color: '#7C5428'

red 124 ◦ green 84 ◦ blue 40

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

Shades of Hot Curry #7C5428

Tints of Hot Curry #7C5428

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.87%

 BLUE value IS 40 (16.02% from 255) = 16.13%

R = 50%
G = 33.87%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#7C5428 (or 0x7C5428) is known color: Hot Curry. HEX triplet: 7C, 54 and 28. RGB value is (124,84,40). Sum of RGB (Red+Green+Blue) = 124+84+40=248 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5428 is #83ABD7. Grayscale: #5B5B5B. Windows color (decimal): -8629208 or 2643068. OLE color: 2643068.

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

Color convert

RGB 124 84 40 -
CMYK 0 0.32 0.68 0.51
HSL 31.43º 0.51% 0.32% -
HSV(B) 31.43º 0.68% 0.49% -
XYZ 11.87 10.78 3.46 -
YUV 90.94 99.25 151.58 -
System Red Green Blue C M Y K H S L
Decimal 124 84 40 0 0.32 0.68 0.51 31.43 0.51 0.32
Hex 7C 54 28 0 20 44 33 1F 33 20
Octal 174 124 50 0 40 104 63 37 63 40
Binary 1111100 1010100 101000 0 100000 1000100 110011 11111 110011 100000

Color Harmonies of #7C5428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5428

Black with #7C5428

Text Example


Text Example

White with #7C5428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,84,40); }

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

background-color css

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

 a { background-color: rgb(124,84,40); }

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

border-color css

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

 span { border-color: rgb(124,84,40); }

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