Html Css Color HEX #463C2D Jacko Bean

📋 copy color: '#463C2D'

red 70 ◦ green 60 ◦ blue 45

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

Shades of Jacko Bean #463C2D

Tints of Jacko Bean #463C2D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.29%

 BLUE value IS 45 (17.97% from 255) = 25.71%

R = 40%
G = 34.29%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.73

RGB Variations

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

Color information

#463C2D (or 0x463C2D) is known color: Jacko Bean. HEX triplet: 46, 3C and 2D. RGB value is (70,60,45). Sum of RGB (Red+Green+Blue) = 70+60+45=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 70 - color contains mainly: red. Hex color #463C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463C2D is #B9C3D2. Grayscale: #3D3D3D. Windows color (decimal): -12174291 or 2964550. OLE color: 2964550.

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

Color convert

RGB 70 60 45 -
CMYK 0 0.14 0.36 0.73
HSL 36º 0.22% 0.23% -
HSV(B) 36º 0.36% 0.27% -
XYZ 4.62 4.72 3.15 -
YUV 61.28 118.81 134.22 -
System Red Green Blue C M Y K H S L
Decimal 70 60 45 0 0.14 0.36 0.73 36 0.22 0.23
Hex 46 3C 2D 0 E 24 49 24 16 17
Octal 106 74 55 0 16 44 111 44 26 27
Binary 1000110 111100 101101 0 1110 100100 1001001 100100 10110 10111

Color Harmonies of #463C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463C2D

Black with #463C2D

Text Example


Text Example

White with #463C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,60,45); }

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

background-color css

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

 a { background-color: rgb(70,60,45); }

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

border-color css

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

 span { border-color: rgb(70,60,45); }

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