Html Css Color HEX #7C5926 Hot Curry

📋 copy color: '#7C5926'

red 124 ◦ green 89 ◦ blue 38

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

Shades of Hot Curry #7C5926

Tints of Hot Curry #7C5926

RGB

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

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

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

R = 49.4%
G = 35.46%
B = 15.14%

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

#7C5926 (or 0x7C5926) is known color: Hot Curry. HEX triplet: 7C, 59 and 26. RGB value is (124,89,38). Sum of RGB (Red+Green+Blue) = 124+89+38=251 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.40% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5926 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5926 is #83A6D9. Grayscale: #5D5D5D. Windows color (decimal): -8627930 or 2513276. OLE color: 2513276.

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

Color convert

RGB 124 89 38 -
CMYK 0 0.28 0.69 0.51
HSL 35.58º 0.53% 0.32% -
HSV(B) 35.58º 0.69% 0.49% -
XYZ 12.23 11.57 3.42 -
YUV 93.65 96.6 149.65 -
System Red Green Blue C M Y K H S L
Decimal 124 89 38 0 0.28 0.69 0.51 35.58 0.53 0.32
Hex 7C 59 26 0 1C 45 33 24 35 20
Octal 174 131 46 0 34 105 63 44 65 40
Binary 1111100 1011001 100110 0 11100 1000101 110011 100100 110101 100000

Color Harmonies of #7C5926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5926

Black with #7C5926

Text Example


Text Example

White with #7C5926

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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