#7D5827

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

Shades of Hot Curry #7D5827

Tints of Hot Curry #7D5827

Color information

#7D5827 (or 0x7D5827) is unknown color: approx Hot Curry. HEX triplet: 7D, 58 and 27. RGB value is (125,88,39). Sum of RGB (Red+Green+Blue) = 125+88+39=252 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.60% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5827 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5827 is #82A7D8. Grayscale: #5D5D5D. Windows color (decimal): -8562649 or 2578557. OLE color: 2578557.

HSL color Cylindrical-coordinate representation of color #7D5827: hue angle of 34.19º 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 #7D5827 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB1258839-
CMYK00.300.690.51
HSL34.19º52.44%32.16%-
HSV(B)34.19º68.8%49.02%-
XYZ12.3111.493.49-
YUV93.4897.26150.48-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 49.60%
GREEN value IS 88 (34.77% from 255) = 34.92%
BLUE value IS 39 (15.62% from 255) = 15.48%
R=49.60%
G=34.92%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125883900.300.690.5134.1952.4432.16
Hex7D582701E4533223420
Octal1751304703610563426440
Binary111110110110001001110111101000101110011100010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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