Html Css Color HEX #7A5C28 Hot Curry

📋 copy color: '#7A5C28'

red 122 ◦ green 92 ◦ blue 40

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

Shades of Hot Curry #7A5C28

Tints of Hot Curry #7A5C28

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.22%

 BLUE value IS 40 (16.02% from 255) = 15.75%

R = 48.03%
G = 36.22%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.52

RGB Variations

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

Color information

#7A5C28 (or 0x7A5C28) is known color: Hot Curry. HEX triplet: 7A, 5C and 28. RGB value is (122,92,40). Sum of RGB (Red+Green+Blue) = 122+92+40=254 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.03% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5C28 is #85A3D7. Grayscale: #5F5F5F. Windows color (decimal): -8758232 or 2645114. OLE color: 2645114.

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

Color convert

RGB 122 92 40 -
CMYK 0 0.25 0.67 0.52
HSL 38.05º 0.51% 0.32% -
HSV(B) 38.05º 0.67% 0.48% -
XYZ 12.24 11.95 3.67 -
YUV 95.04 96.94 147.23 -
System Red Green Blue C M Y K H S L
Decimal 122 92 40 0 0.25 0.67 0.52 38.05 0.51 0.32
Hex 7A 5C 28 0 19 43 34 26 33 20
Octal 172 134 50 0 31 103 64 46 63 40
Binary 1111010 1011100 101000 0 11001 1000011 110100 100110 110011 100000

Color Harmonies of #7A5C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5C28

Black with #7A5C28

Text Example


Text Example

White with #7A5C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,92,40); }

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

background-color css

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

 a { background-color: rgb(122,92,40); }

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

border-color css

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

 span { border-color: rgb(122,92,40); }

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