Html Css Color HEX #7A5E2F Hot Curry

📋 copy color: '#7A5E2F'

red 122 ◦ green 94 ◦ blue 47

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

Shades of Hot Curry #7A5E2F

Tints of Hot Curry #7A5E2F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.74%

 BLUE value IS 47 (18.75% from 255) = 17.87%

R = 46.39%
G = 35.74%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.52

RGB Variations

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

Color information

#7A5E2F (or 0x7A5E2F) is known color: Hot Curry. HEX triplet: 7A, 5E and 2F. RGB value is (122,94,47). Sum of RGB (Red+Green+Blue) = 122+94+47=263 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.39% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5E2F is #85A1D0. Grayscale: #616161. Windows color (decimal): -8757713 or 3104378. OLE color: 3104378.

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

Color convert

RGB 122 94 47 -
CMYK 0 0.23 0.61 0.52
HSL 37.6º 0.44% 0.33% -
HSV(B) 37.6º 0.61% 0.48% -
XYZ 12.54 12.35 4.41 -
YUV 97.01 99.78 145.82 -
System Red Green Blue C M Y K H S L
Decimal 122 94 47 0 0.23 0.61 0.52 37.6 0.44 0.33
Hex 7A 5E 2F 0 17 3D 34 26 2C 21
Octal 172 136 57 0 27 75 64 46 54 41
Binary 1111010 1011110 101111 0 10111 111101 110100 100110 101100 100001

Color Harmonies of #7A5E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5E2F

Black with #7A5E2F

Text Example


Text Example

White with #7A5E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,94,47); }

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

background-color css

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

 a { background-color: rgb(122,94,47); }

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

border-color css

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

 span { border-color: rgb(122,94,47); }

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