Html Css Color HEX #46513E Cabbage Pont

📋 copy color: '#46513E'

red 70 ◦ green 81 ◦ blue 62

#46513E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabbage Pont #46513E

Tints of Cabbage Pont #46513E

RGB

 RED value IS 70 (27.73% from 255) = 32.86%

 GREEN value IS 81 (32.03% from 255) = 38.03%

 BLUE value IS 62 (24.61% from 255) = 29.11%

R = 32.86%
G = 38.03%
B = 29.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#46513E (or 0x46513E) is known color: Cabbage Pont. HEX triplet: 46, 51 and 3E. RGB value is (70,81,62). Sum of RGB (Red+Green+Blue) = 70+81+62=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 62 (24.61% from 255 or 29.11% from 213); Max value from RGB is 81 - color contains mainly: green. Hex color #46513E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46513E is #B9AEC1. Grayscale: #4B4B4B. Windows color (decimal): -12168898 or 4084038. OLE color: 4084038.

HSL color Cylindrical-coordinate representation of color #46513E: hue angle of 94.74º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #46513E is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 81 62 -
CMYK 0.14 0 0.23 0.68
HSL 94.74º 0.13% 0.28% -
HSV(B) 94.74º 0.23% 0.32% -
XYZ 6.34 7.53 5.68 -
YUV 75.55 120.36 124.04 -
System Red Green Blue C M Y K H S L
Decimal 70 81 62 0.14 0 0.23 0.68 94.74 0.13 0.28
Hex 46 51 3E E 0 17 44 5F D 1C
Octal 106 121 76 16 0 27 104 137 15 34
Binary 1000110 1010001 111110 1110 0 10111 1000100 1011111 1101 11100

Color Harmonies of #46513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46513E

Black with #46513E

Text Example


Text Example

White with #46513E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,81,62); }

 H1.HeaderClassName
 {
   color: #46513E;
 }
 .AnyTagClassName
 {
   color: #46513E;
 }
</style>

background-color css

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

 a { background-color: rgb(70,81,62); }

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

border-color css

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

 span { border-color: rgb(70,81,62); }

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