#7D561A

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

Shades of Hot Curry #7D561A

Tints of Hot Curry #7D561A

Color information

#7D561A (or 0x7D561A) is unknown color: approx Hot Curry. HEX triplet: 7D, 56 and 1A. RGB value is (125,86,26). Sum of RGB (Red+Green+Blue) = 125+86+26=237 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.74% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 125 - color contains mainly: red. Hex color #7D561A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D561A is #82A9E5. Grayscale: #5B5B5B. Windows color (decimal): -8563174 or 1726077. OLE color: 1726077.

HSL color Cylindrical-coordinate representation of color #7D561A: hue angle of 36.36º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7D561A is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB1258626-
CMYK00.310.790.51
HSL36.36º65.56%29.61%-
HSV(B)36.36º79.2%49.02%-
XYZ11.9711.092.49-
YUV90.8291.42152.38-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 52.74%
GREEN value IS 86 (33.98% from 255) = 36.29%
BLUE value IS 26 (10.55% from 255) = 10.97%
R=52.74%
G=36.29%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125862600.310.790.5136.3665.5629.61
Hex7D561A01F4F3324421e
Octal17512632037117634410236
Binary11111011010110110100111111001111110011100100100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,86,26); }

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

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

 a { background-color: rgb(125,86,26); }

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

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

 span { border-color: rgb(125,86,26); }

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