#7D5427

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

Shades of Hot Curry #7D5427

Tints of Hot Curry #7D5427

Color information

#7D5427 (or 0x7D5427) is unknown color: approx Hot Curry. HEX triplet: 7D, 54 and 27. RGB value is (125,84,39). Sum of RGB (Red+Green+Blue) = 125+84+39=248 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.40% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5427 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5427 is #82ABD8. Grayscale: #5B5B5B. Windows color (decimal): -8563673 or 2577533. OLE color: 2577533.

HSL color Cylindrical-coordinate representation of color #7D5427: hue angle of 31.4º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7D5427 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB1258439-
CMYK00.330.690.51
HSL31.4º52.44%32.16%-
HSV(B)31.4º68.8%49.02%-
XYZ11.9910.853.38-
YUV91.1398.58152.16-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 50.40%
GREEN value IS 84 (33.20% from 255) = 33.87%
BLUE value IS 39 (15.62% from 255) = 15.73%
R=50.40%
G=33.87%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125843900.330.690.5131.452.4432.16
Hex7D542702145331f3420
Octal1751244704110563376440
Binary111110110101001001110100001100010111001111111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,84,39); }

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

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

 a { background-color: rgb(125,84,39); }

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

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

 span { border-color: rgb(125,84,39); }

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