Html Css Color HEX #7A5B1C Hot Curry

📋 copy color: '#7A5B1C'

red 122 ◦ green 91 ◦ blue 28

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

Shades of Hot Curry #7A5B1C

Tints of Hot Curry #7A5B1C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.76%

 BLUE value IS 28 (11.33% from 255) = 11.62%

R = 50.62%
G = 37.76%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.52

RGB Variations

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

Color information

#7A5B1C (or 0x7A5B1C) is known color: Hot Curry. HEX triplet: 7A, 5B and 1C. RGB value is (122,91,28). Sum of RGB (Red+Green+Blue) = 122+91+28=241 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.62% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5B1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5B1C is #85A4E3. Grayscale: #5D5D5D. Windows color (decimal): -8758500 or 1858426. OLE color: 1858426.

HSL color Cylindrical-coordinate representation of color #7A5B1C: hue angle of 40.21º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A5B1C is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 91 28 -
CMYK 0 0.25 0.77 0.52
HSL 40.21º 0.63% 0.29% -
HSV(B) 40.21º 0.77% 0.48% -
XYZ 11.98 11.7 2.73 -
YUV 93.09 91.27 148.62 -
System Red Green Blue C M Y K H S L
Decimal 122 91 28 0 0.25 0.77 0.52 40.21 0.63 0.29
Hex 7A 5B 1C 0 19 4D 34 28 3F 1D
Octal 172 133 34 0 31 115 64 50 77 35
Binary 1111010 1011011 11100 0 11001 1001101 110100 101000 111111 11101

Color Harmonies of #7A5B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5B1C

Black with #7A5B1C

Text Example


Text Example

White with #7A5B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,91,28); }

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

background-color css

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

 a { background-color: rgb(122,91,28); }

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

border-color css

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

 span { border-color: rgb(122,91,28); }

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