#7D5D24

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

Shades of Hot Curry #7D5D24

Tints of Hot Curry #7D5D24

Color information

#7D5D24 (or 0x7D5D24) is unknown color: approx Hot Curry. HEX triplet: 7D, 5D and 24. RGB value is (125,93,36). Sum of RGB (Red+Green+Blue) = 125+93+36=254 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.21% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5D24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5D24 is #82A2DB. Grayscale: #606060. Windows color (decimal): -8561372 or 2383229. OLE color: 2383229.

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

Color convert

RGB1259336-
CMYK00.260.710.51
HSL38.43º55.28%31.57%-
HSV(B)38.43º71.2%49.02%-
XYZ12.6912.323.38-
YUV96.0794.1148.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 49.21%
GREEN value IS 93 (36.72% from 255) = 36.61%
BLUE value IS 36 (14.45% from 255) = 14.17%
R=49.21%
G=36.61%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.71
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125933600.260.710.5138.4355.2831.57
Hex7D5D2401A4733263720
Octal1751354403210763466740
Binary111110110111011001000110101000111110011100110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,93,36); }

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

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

 a { background-color: rgb(125,93,36); }

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

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

 span { border-color: rgb(125,93,36); }

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