Html Css Color HEX #463D2E Jacko Bean

📋 copy color: '#463D2E'

red 70 ◦ green 61 ◦ blue 46

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

Shades of Jacko Bean #463D2E

Tints of Jacko Bean #463D2E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 34.46%

 BLUE value IS 46 (18.36% from 255) = 25.99%

R = 39.55%
G = 34.46%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#463D2E (or 0x463D2E) is known color: Jacko Bean. HEX triplet: 46, 3D and 2E. RGB value is (70,61,46). Sum of RGB (Red+Green+Blue) = 70+61+46=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 70 - color contains mainly: red. Hex color #463D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463D2E is #B9C2D1. Grayscale: #3E3E3E. Windows color (decimal): -12174034 or 3030342. OLE color: 3030342.

HSL color Cylindrical-coordinate representation of color #463D2E: hue angle of 37.5º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #463D2E is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 61 46 -
CMYK 0 0.13 0.34 0.73
HSL 37.5º 0.21% 0.23% -
HSV(B) 37.5º 0.34% 0.27% -
XYZ 4.69 4.84 3.27 -
YUV 61.98 118.98 133.72 -
System Red Green Blue C M Y K H S L
Decimal 70 61 46 0 0.13 0.34 0.73 37.5 0.21 0.23
Hex 46 3D 2E 0 D 22 49 26 15 17
Octal 106 75 56 0 15 42 111 46 25 27
Binary 1000110 111101 101110 0 1101 100010 1001001 100110 10101 10111

Color Harmonies of #463D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463D2E

Black with #463D2E

Text Example


Text Example

White with #463D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463D2E; }

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

 H1.HeaderClassName
 {
   color: #463D2E;
 }
 .AnyTagClassName
 {
   color: #463D2E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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