Html Css Color HEX #7F5916 Hot Curry

📋 copy color: '#7F5916'

red 127 ◦ green 89 ◦ blue 22

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

Shades of Hot Curry #7F5916

Tints of Hot Curry #7F5916

RGB

 RED value IS 127 (50% from 255) = 53.36%

 GREEN value IS 89 (35.16% from 255) = 37.39%

 BLUE value IS 22 (8.98% from 255) = 9.24%

R = 53.36%
G = 37.39%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#7F5916 (or 0x7F5916) is known color: Hot Curry. HEX triplet: 7F, 59 and 16. RGB value is (127,89,22). Sum of RGB (Red+Green+Blue) = 127+89+22=238 (31% of max value = 765). Red value is 127 (50% from 255 or 53.36% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5916 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5916 is #80A6E9. Grayscale: #5D5D5D. Windows color (decimal): -8431338 or 1464703. OLE color: 1464703.

HSL color Cylindrical-coordinate representation of color #7F5916: hue angle of 38.29º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F5916 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 89 22 -
CMYK 0 0.30 0.83 0.50
HSL 38.29º 0.7% 0.29% -
HSV(B) 38.29º 0.83% 0.5% -
XYZ 12.47 11.71 2.36 -
YUV 92.72 88.09 152.45 -
System Red Green Blue C M Y K H S L
Decimal 127 89 22 0 0.30 0.83 0.50 38.29 0.7 0.29
Hex 7F 59 16 0 1E 53 32 26 46 1D
Octal 177 131 26 0 36 123 62 46 106 35
Binary 1111111 1011001 10110 0 11110 1010011 110010 100110 1000110 11101

Color Harmonies of #7F5916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5916

Black with #7F5916

Text Example


Text Example

White with #7F5916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,89,22); }

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

background-color css

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

 a { background-color: rgb(127,89,22); }

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

border-color css

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

 span { border-color: rgb(127,89,22); }

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