#785232

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

Shades of Korma #785232

Tints of Korma #785232

Color information

#785232 (or 0x785232) is unknown color: approx Korma. HEX triplet: 78, 52 and 32. RGB value is (120,82,50). Sum of RGB (Red+Green+Blue) = 120+82+50=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #785232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785232 is #87ADCD. Grayscale: #595959. Windows color (decimal): -8891854 or 3297912. OLE color: 3297912.

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

Color convert

RGB1208250-
CMYK00.320.580.53
HSL27.43º41.18%33.33%-
HSV(B)27.43º58.33%47.06%-
XYZ11.3410.264.4-
YUV89.71105.59149.6-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.62%
GREEN value IS 82 (32.42% from 255) = 32.54%
BLUE value IS 50 (19.92% from 255) = 19.84%
R=47.62%
G=32.54%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120825000.320.580.5327.4341.1833.33
Hex7852320203A351b2921
Octal170122620407265335141
Binary11110001010010110010010000011101011010111011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785232; }

 p { color: rgb(120,82,50); }

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

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

 a { background-color: rgb(120,82,50); }

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

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

 span { border-color: rgb(120,82,50); }

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