Html Css Color HEX #7A511F Hot Curry

📋 copy color: '#7A511F'

red 122 ◦ green 81 ◦ blue 31

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

Shades of Hot Curry #7A511F

Tints of Hot Curry #7A511F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.62%

 BLUE value IS 31 (12.5% from 255) = 13.25%

R = 52.14%
G = 34.62%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.52

RGB Variations

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

Color information

#7A511F (or 0x7A511F) is known color: Hot Curry. HEX triplet: 7A, 51 and 1F. RGB value is (122,81,31). Sum of RGB (Red+Green+Blue) = 122+81+31=234 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.14% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 122 - color contains mainly: red. Hex color #7A511F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A511F is #85AEE0. Grayscale: #575757. Windows color (decimal): -8761057 or 2052474. OLE color: 2052474.

HSL color Cylindrical-coordinate representation of color #7A511F: hue angle of 32.97º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A511F is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 81 31 -
CMYK 0 0.34 0.75 0.52
HSL 32.97º 0.59% 0.3% -
HSV(B) 32.97º 0.75% 0.48% -
XYZ 11.22 10.12 2.66 -
YUV 87.56 96.08 152.57 -
System Red Green Blue C M Y K H S L
Decimal 122 81 31 0 0.34 0.75 0.52 32.97 0.59 0.3
Hex 7A 51 1F 0 22 4B 34 21 3B 1E
Octal 172 121 37 0 42 113 64 41 73 36
Binary 1111010 1010001 11111 0 100010 1001011 110100 100001 111011 11110

Color Harmonies of #7A511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A511F

Black with #7A511F

Text Example


Text Example

White with #7A511F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,81,31); }

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

background-color css

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

 a { background-color: rgb(122,81,31); }

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

border-color css

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

 span { border-color: rgb(122,81,31); }

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