#46543D

Color #46543D Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #46543D

Tints of Cabbage Pont #46543D

Color information

#46543D (or 0x46543D) is unknown color: approx Cabbage Pont. HEX triplet: 46, 54 and 3D. RGB value is (70,84,61). Sum of RGB (Red+Green+Blue) = 70+84+61=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 84 - color contains mainly: green. Hex color #46543D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46543D is #B9ABC2. Grayscale: #4D4D4D. Windows color (decimal): -12168131 or 4019270. OLE color: 4019270.

HSL color Cylindrical-coordinate representation of color #46543D: hue angle of 96.52º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #46543D is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB708461-
CMYK0.1700.270.67
HSL96.52º15.86%28.43%-
HSV(B)96.52º27.38%32.94%-
XYZ6.547.985.61-
YUV77.19118.86122.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.56%
GREEN value IS 84 (33.20% from 255) = 39.07%
BLUE value IS 61 (24.22% from 255) = 28.37%
R=32.56%
G=39.07%
B=28.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7084610.1700.270.6796.5215.8628.43
Hex46543D1101B4361101c
Octal10612475210331031412034
Binary1000110101010011110110001011011100001111000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46543D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46543D; }

 p { color: rgb(70,84,61); }

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

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

 a { background-color: rgb(70,84,61); }

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

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

 span { border-color: rgb(70,84,61); }

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