Html Css Color HEX #7F5E31 Hot Curry

📋 copy color: '#7F5E31'

red 127 ◦ green 94 ◦ blue 49

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

Shades of Hot Curry #7F5E31

Tints of Hot Curry #7F5E31

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.81%

 BLUE value IS 49 (19.53% from 255) = 18.15%

R = 47.04%
G = 34.81%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#7F5E31 (or 0x7F5E31) is known color: Hot Curry. HEX triplet: 7F, 5E and 31. RGB value is (127,94,49). Sum of RGB (Red+Green+Blue) = 127+94+49=270 (35% of max value = 765). Red value is 127 (50% from 255 or 47.04% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5E31 is #80A1CE. Grayscale: #626262. Windows color (decimal): -8430031 or 3235455. OLE color: 3235455.

HSL color Cylindrical-coordinate representation of color #7F5E31: hue angle of 34.62º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F5E31 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 94 49 -
CMYK 0 0.26 0.61 0.50
HSL 34.62º 0.44% 0.35% -
HSV(B) 34.62º 0.61% 0.5% -
XYZ 13.31 12.74 4.66 -
YUV 98.74 99.93 148.16 -
System Red Green Blue C M Y K H S L
Decimal 127 94 49 0 0.26 0.61 0.50 34.62 0.44 0.35
Hex 7F 5E 31 0 1A 3D 32 23 2C 23
Octal 177 136 61 0 32 75 62 43 54 43
Binary 1111111 1011110 110001 0 11010 111101 110010 100011 101100 100011

Color Harmonies of #7F5E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5E31

Black with #7F5E31

Text Example


Text Example

White with #7F5E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,94,49); }

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

background-color css

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

 a { background-color: rgb(127,94,49); }

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

border-color css

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

 span { border-color: rgb(127,94,49); }

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