Html Css Color HEX #7F592F Hot Curry

📋 copy color: '#7F592F'

red 127 ◦ green 89 ◦ blue 47

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

Shades of Hot Curry #7F592F

Tints of Hot Curry #7F592F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.87%

R = 48.29%
G = 33.84%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#7F592F (or 0x7F592F) is known color: Hot Curry. HEX triplet: 7F, 59 and 2F. RGB value is (127,89,47). Sum of RGB (Red+Green+Blue) = 127+89+47=263 (34% of max value = 765). Red value is 127 (50% from 255 or 48.29% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 127 - color contains mainly: red. Hex color #7F592F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F592F is #80A6D0. Grayscale: #5F5F5F. Windows color (decimal): -8431313 or 3103103. OLE color: 3103103.

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

Color convert

RGB 127 89 47 -
CMYK 0 0.30 0.63 0.50
HSL 31.5º 0.46% 0.34% -
HSV(B) 31.5º 0.63% 0.5% -
XYZ 12.84 11.86 4.3 -
YUV 95.57 100.59 150.42 -
System Red Green Blue C M Y K H S L
Decimal 127 89 47 0 0.30 0.63 0.50 31.5 0.46 0.34
Hex 7F 59 2F 0 1E 3F 32 1F 2E 22
Octal 177 131 57 0 36 77 62 37 56 42
Binary 1111111 1011001 101111 0 11110 111111 110010 11111 101110 100010

Color Harmonies of #7F592F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F592F

Black with #7F592F

Text Example


Text Example

White with #7F592F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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