#78502B

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

Shades of Korma #78502B

Tints of Korma #78502B

Color information

#78502B (or 0x78502B) is unknown color: approx Korma. HEX triplet: 78, 50 and 2B. RGB value is (120,80,43). Sum of RGB (Red+Green+Blue) = 120+80+43=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #78502B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78502B is #87AFD4. Grayscale: #575757. Windows color (decimal): -8892373 or 2838648. OLE color: 2838648.

HSL color Cylindrical-coordinate representation of color #78502B: hue angle of 28.83º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #78502B is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB1208043-
CMYK00.330.640.53
HSL28.83º47.24%31.96%-
HSV(B)28.83º64.17%47.06%-
XYZ11.059.93.61-
YUV87.74102.75151.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.38%
GREEN value IS 80 (31.64% from 255) = 32.92%
BLUE value IS 43 (17.19% from 255) = 17.70%
R=49.38%
G=32.92%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120804300.330.640.5328.8347.2431.96
Hex78502B02140351d2f20
Octal1701205304110065355740
Binary111100010100001010110100001100000011010111101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78502B; }

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

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

<style>
 a { background-color: #78502B; }

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

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

<style>
 span { border-color: #78502B; }

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

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