Html Css Color HEX #7F582F Hot Curry

📋 copy color: '#7F582F'

red 127 ◦ green 88 ◦ blue 47

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

Shades of Hot Curry #7F582F

Tints of Hot Curry #7F582F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.59%

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

R = 48.47%
G = 33.59%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#7F582F (or 0x7F582F) is known color: Hot Curry. HEX triplet: 7F, 58 and 2F. RGB value is (127,88,47). Sum of RGB (Red+Green+Blue) = 127+88+47=262 (34% of max value = 765). Red value is 127 (50% from 255 or 48.47% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 127 - color contains mainly: red. Hex color #7F582F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F582F is #80A7D0. Grayscale: #5F5F5F. Windows color (decimal): -8431569 or 3102847. OLE color: 3102847.

HSL color Cylindrical-coordinate representation of color #7F582F: hue angle of 30.75º 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 #7F582F is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 88 47 -
CMYK 0 0.31 0.63 0.50
HSL 30.75º 0.46% 0.34% -
HSV(B) 30.75º 0.63% 0.5% -
XYZ 12.76 11.7 4.27 -
YUV 94.99 100.92 150.83 -
System Red Green Blue C M Y K H S L
Decimal 127 88 47 0 0.31 0.63 0.50 30.75 0.46 0.34
Hex 7F 58 2F 0 1F 3F 32 1F 2E 22
Octal 177 130 57 0 37 77 62 37 56 42
Binary 1111111 1011000 101111 0 11111 111111 110010 11111 101110 100010

Color Harmonies of #7F582F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F582F

Black with #7F582F

Text Example


Text Example

White with #7F582F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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