#7D4927

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

Shades of Korma #7D4927

Tints of Korma #7D4927

Color information

#7D4927 (or 0x7D4927) is unknown color: approx Korma. HEX triplet: 7D, 49 and 27. RGB value is (125,73,39). Sum of RGB (Red+Green+Blue) = 125+73+39=237 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.74% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 39 (15.62% from 255 or 16.46% from 237); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4927 is #82B6D8. Grayscale: #545454. Windows color (decimal): -8566489 or 2574717. OLE color: 2574717.

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

Color convert

RGB1257339-
CMYK00.420.690.51
HSL23.72º52.44%32.16%-
HSV(B)23.72º68.8%49.02%-
XYZ11.219.273.12-
YUV84.67102.23156.76-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 52.74%
GREEN value IS 73 (28.91% from 255) = 30.80%
BLUE value IS 39 (15.62% from 255) = 16.46%
R=52.74%
G=30.80%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125733900.420.690.5123.7252.4432.16
Hex7D492702A4533183420
Octal1751114705210563306440
Binary111110110010011001110101010100010111001111000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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