#76502E

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

Shades of Korma #76502E

Tints of Korma #76502E

Color information

#76502E (or 0x76502E) is unknown color: approx Korma. HEX triplet: 76, 50 and 2E. RGB value is (118,80,46). Sum of RGB (Red+Green+Blue) = 118+80+46=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #76502E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76502E is #89AFD1. Grayscale: #575757. Windows color (decimal): -9023442 or 3035254. OLE color: 3035254.

HSL color Cylindrical-coordinate representation of color #76502E: hue angle of 28.33º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #76502E is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB1188046-
CMYK00.320.610.54
HSL28.33º43.9%32.16%-
HSV(B)28.33º61.02%46.27%-
XYZ10.839.793.9-
YUV87.49104.59149.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.36%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 46 (18.36% from 255) = 18.85%
R=48.36%
G=32.79%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118804600.320.610.5428.3343.932.16
Hex76502E0203D361c2c20
Octal166120560407566345440
Binary11101101010000101110010000011110111011011100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76502E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76502E; }

 p { color: rgb(118,80,46); }

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

<style>
 a { background-color: #76502E; }

 a { background-color: rgb(118,80,46); }

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

<style>
 span { border-color: #76502E; }

 span { border-color: rgb(118,80,46); }

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