Html Css Color HEX #7C5226 Hot Curry

📋 copy color: '#7C5226'

red 124 ◦ green 82 ◦ blue 38

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

Shades of Hot Curry #7C5226

Tints of Hot Curry #7C5226

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.61%

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

R = 50.82%
G = 33.61%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.51

RGB Variations

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

Color information

#7C5226 (or 0x7C5226) is known color: Hot Curry. HEX triplet: 7C, 52 and 26. RGB value is (124,82,38). Sum of RGB (Red+Green+Blue) = 124+82+38=244 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.82% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 38 (15.23% from 255 or 15.57% from 244); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5226 is #83ADD9. Grayscale: #595959. Windows color (decimal): -8629722 or 2511484. OLE color: 2511484.

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

Color convert

RGB 124 82 38 -
CMYK 0 0.34 0.69 0.51
HSL 30.7º 0.53% 0.32% -
HSV(B) 30.7º 0.69% 0.49% -
XYZ 11.68 10.46 3.24 -
YUV 89.54 98.91 152.58 -
System Red Green Blue C M Y K H S L
Decimal 124 82 38 0 0.34 0.69 0.51 30.7 0.53 0.32
Hex 7C 52 26 0 22 45 33 1F 35 20
Octal 174 122 46 0 42 105 63 37 65 40
Binary 1111100 1010010 100110 0 100010 1000101 110011 11111 110101 100000

Color Harmonies of #7C5226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5226

Black with #7C5226

Text Example


Text Example

White with #7C5226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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