#7F612B

Color #7F612B Hot Curry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Curry #7F612B

Tints of Hot Curry #7F612B

Color information

#7F612B (or 0x7F612B) is unknown color: approx Hot Curry. HEX triplet: 7F, 61 and 2B. RGB value is (127,97,43). Sum of RGB (Red+Green+Blue) = 127+97+43=267 (35% of max value = 765). Red value is 127 (50% from 255 or 47.57% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 127 - color contains mainly: red. Hex color #7F612B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F612B is #809ED4. Grayscale: #646464. Windows color (decimal): -8429269 or 2843007. OLE color: 2843007.

HSL color Cylindrical-coordinate representation of color #7F612B: hue angle of 38.57º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F612B is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB1279743-
CMYK00.240.660.50
HSL38.57º49.41%33.33%-
HSV(B)38.57º66.14%49.8%-
XYZ13.4613.244.13-
YUV99.8195.94147.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.57%
GREEN value IS 97 (38.28% from 255) = 36.33%
BLUE value IS 43 (17.19% from 255) = 16.10%
R=47.57%
G=36.33%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127974300.240.660.5038.5749.4133.33
Hex7F612B0184232273121
Octal1771415303010262476141
Binary111111111000011010110110001000010110010100111110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F612B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,97,43); }

 H1.HeaderClassName
 {
   color: #7F612B;
 }
 .AnyTagClassName
 {
   color: #7F612B;
 }
</style>
background-color css

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

 a { background-color: rgb(127,97,43); }

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

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

 span { border-color: rgb(127,97,43); }

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