#7D5234

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

Shades of Korma #7D5234

Tints of Korma #7D5234

Color information

#7D5234 (or 0x7D5234) is unknown color: approx Korma. HEX triplet: 7D, 52 and 34. RGB value is (125,82,52). Sum of RGB (Red+Green+Blue) = 125+82+52=259 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.26% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5234 is #82ADCB. Grayscale: #5B5B5B. Windows color (decimal): -8564172 or 3428989. OLE color: 3428989.

HSL color Cylindrical-coordinate representation of color #7D5234: hue angle of 24.66º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D5234 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB1258252-
CMYK00.340.580.51
HSL24.66º41.24%34.71%-
HSV(B)24.66º58.4%49.02%-
XYZ12.0910.644.67-
YUV91.44105.75151.94-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 48.26%
GREEN value IS 82 (32.42% from 255) = 31.66%
BLUE value IS 52 (20.70% from 255) = 20.08%
R=48.26%
G=31.66%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125825200.340.580.5124.6641.2434.71
Hex7D52340223A33192923
Octal175122640427263315143
Binary11111011010010110100010001011101011001111001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,82,52); }

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

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

 a { background-color: rgb(125,82,52); }

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

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

 span { border-color: rgb(125,82,52); }

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