Html Css Color HEX #7A5226 Hot Curry

📋 copy color: '#7A5226'

red 122 ◦ green 82 ◦ blue 38

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

Shades of Hot Curry #7A5226

Tints of Hot Curry #7A5226

RGB

 RED value IS 122 (48.05% from 255) = 50.41%

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

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

R = 50.41%
G = 33.88%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.52

RGB Variations

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

Color information

#7A5226 (or 0x7A5226) is known color: Hot Curry. HEX triplet: 7A, 52 and 26. RGB value is (122,82,38). Sum of RGB (Red+Green+Blue) = 122+82+38=242 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.41% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 38 (15.23% from 255 or 15.70% from 242); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5226 is #85ADD9. Grayscale: #595959. Windows color (decimal): -8760794 or 2511482. OLE color: 2511482.

HSL color Cylindrical-coordinate representation of color #7A5226: hue angle of 31.43º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A5226 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 82 38 -
CMYK 0 0.33 0.69 0.52
HSL 31.43º 0.53% 0.31% -
HSV(B) 31.43º 0.69% 0.48% -
XYZ 11.39 10.31 3.22 -
YUV 88.94 99.25 151.58 -
System Red Green Blue C M Y K H S L
Decimal 122 82 38 0 0.33 0.69 0.52 31.43 0.53 0.31
Hex 7A 52 26 0 21 45 34 1F 34 1F
Octal 172 122 46 0 41 105 64 37 64 37
Binary 1111010 1010010 100110 0 100001 1000101 110100 11111 110100 11111

Color Harmonies of #7A5226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5226

Black with #7A5226

Text Example


Text Example

White with #7A5226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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