Html Css Color HEX #463C3D Jon

📋 copy color: '#463C3D'

red 70 ◦ green 60 ◦ blue 61

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

Shades of Jon #463C3D

Tints of Jon #463C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 31.94%

R = 36.65%
G = 31.41%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#463C3D (or 0x463C3D) is known color: Jon. HEX triplet: 46, 3C and 3D. RGB value is (70,60,61). Sum of RGB (Red+Green+Blue) = 70+60+61=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 70 - color contains mainly: red. Hex color #463C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463C3D is #B9C3C2. Grayscale: #3F3F3F. Windows color (decimal): -12174275 or 4013126. OLE color: 4013126.

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

Color convert

RGB 70 60 61 -
CMYK 0 0.14 0.13 0.73
HSL 354º 0.08% 0.25% -
HSV(B) 354º 0.14% 0.27% -
XYZ 4.98 4.87 5.09 -
YUV 63.1 126.81 132.92 -
System Red Green Blue C M Y K H S L
Decimal 70 60 61 0 0.14 0.13 0.73 354 0.08 0.25
Hex 46 3C 3D 0 E D 49 162 8 19
Octal 106 74 75 0 16 15 111 542 10 31
Binary 1000110 111100 111101 0 1110 1101 1001001 101100010 1000 11001

Color Harmonies of #463C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463C3D

Black with #463C3D

Text Example


Text Example

White with #463C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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