Html Css Color HEX #7A5822 Hot Curry

📋 copy color: '#7A5822'

red 122 ◦ green 88 ◦ blue 34

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

Shades of Hot Curry #7A5822

Tints of Hot Curry #7A5822

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.07%

 BLUE value IS 34 (13.67% from 255) = 13.93%

R = 50%
G = 36.07%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.52

RGB Variations

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

Color information

#7A5822 (or 0x7A5822) is known color: Hot Curry. HEX triplet: 7A, 58 and 22. RGB value is (122,88,34). Sum of RGB (Red+Green+Blue) = 122+88+34=244 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 34 (13.67% from 255 or 13.93% from 244); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5822 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5822 is #85A7DD. Grayscale: #5C5C5C. Windows color (decimal): -8759262 or 2250874. OLE color: 2250874.

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

Color convert

RGB 122 88 34 -
CMYK 0 0.28 0.72 0.52
HSL 36.82º 0.56% 0.31% -
HSV(B) 36.82º 0.72% 0.48% -
XYZ 11.8 11.23 3.06 -
YUV 92.01 95.26 149.39 -
System Red Green Blue C M Y K H S L
Decimal 122 88 34 0 0.28 0.72 0.52 36.82 0.56 0.31
Hex 7A 58 22 0 1C 48 34 25 38 1F
Octal 172 130 42 0 34 110 64 45 70 37
Binary 1111010 1011000 100010 0 11100 1001000 110100 100101 111000 11111

Color Harmonies of #7A5822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5822

Black with #7A5822

Text Example


Text Example

White with #7A5822

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,88,34); }

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

background-color css

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

 a { background-color: rgb(122,88,34); }

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

border-color css

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

 span { border-color: rgb(122,88,34); }

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