#7f5033

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

Shades of Korma #7F5033

Tints of Korma #7F5033

Color information

#7F5033 (or 0x7F5033) is unknown color: approx Korma. HEX triplet: 7F, 50 and 33. RGB value is (127,80,51). Sum of RGB (Red+Green+Blue) = 127+80+51=258 (34% of max value = 765). Red value is 127 (50% from 255 or 49.22% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5033 is #80AFCC. Grayscale: #5A5A5A. Windows color (decimal): -8433613 or 3362943. OLE color: 3362943.

HSL color Cylindrical-coordinate representation of color #7F5033: hue angle of 22.89º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7F5033 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB1278051-
CMYK00.370.600.50
HSL22.89º42.7%34.9%-
HSV(B)22.89º59.84%49.8%-
XYZ12.2210.494.51-
YUV90.75105.57153.86-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 49.22%
GREEN value IS 80 (31.64% from 255) = 31.01%
BLUE value IS 51 (20.31% from 255) = 19.77%
R=49.22%
G=31.01%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127805100.370.600.5022.8942.734.9
Hex7F50330253C32172b23
Octal177120630457462275343
Binary11111111010000110011010010111110011001010111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f5033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,80,51); }

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

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

 a { background-color: rgb(127,80,51); }

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

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

 span { border-color: rgb(127,80,51); }

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