Html Css Color HEX #46513B Cabbage Pont

📋 copy color: '#46513B'

red 70 ◦ green 81 ◦ blue 59

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

Shades of Cabbage Pont #46513B

Tints of Cabbage Pont #46513B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 28.1%

R = 33.33%
G = 38.57%
B = 28.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#46513B (or 0x46513B) is known color: Cabbage Pont. HEX triplet: 46, 51 and 3B. RGB value is (70,81,59). Sum of RGB (Red+Green+Blue) = 70+81+59=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 81 - color contains mainly: green. Hex color #46513B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46513B is #B9AEC4. Grayscale: #4B4B4B. Windows color (decimal): -12168901 or 3887430. OLE color: 3887430.

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

Color convert

RGB 70 81 59 -
CMYK 0.14 0 0.27 0.68
HSL 90º 0.16% 0.27% -
HSV(B) 90º 0.27% 0.32% -
XYZ 6.26 7.5 5.26 -
YUV 75.2 118.86 124.29 -
System Red Green Blue C M Y K H S L
Decimal 70 81 59 0.14 0 0.27 0.68 90 0.16 0.27
Hex 46 51 3B E 0 1B 44 5A 10 1B
Octal 106 121 73 16 0 33 104 132 20 33
Binary 1000110 1010001 111011 1110 0 11011 1000100 1011010 10000 11011

Color Harmonies of #46513B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46513B

Black with #46513B

Text Example


Text Example

White with #46513B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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