#7D502B

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

Shades of Korma #7D502B

Tints of Korma #7D502B

Color information

#7D502B (or 0x7D502B) is unknown color: approx Korma. HEX triplet: 7D, 50 and 2B. RGB value is (125,80,43). Sum of RGB (Red+Green+Blue) = 125+80+43=248 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.40% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 125 - color contains mainly: red. Hex color #7D502B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D502B is #82AFD4. Grayscale: #595959. Windows color (decimal): -8564693 or 2838653. OLE color: 2838653.

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

Color convert

RGB1258043-
CMYK00.360.660.51
HSL27.07º48.81%32.94%-
HSV(B)27.07º65.6%49.02%-
XYZ11.7610.273.65-
YUV89.24101.91153.51-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 50.40%
GREEN value IS 80 (31.64% from 255) = 32.26%
BLUE value IS 43 (17.19% from 255) = 17.34%
R=50.40%
G=32.26%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125804300.360.660.5127.0748.8132.94
Hex7D502B02442331b3121
Octal1751205304410263336141
Binary111110110100001010110100100100001011001111011110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,80,43); }

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

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

 a { background-color: rgb(125,80,43); }

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

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

 span { border-color: rgb(125,80,43); }

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