Html Css Color HEX #463429 Slugger

📋 copy color: '#463429'

red 70 ◦ green 52 ◦ blue 41

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

Shades of Slugger #463429

Tints of Slugger #463429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.9%

 BLUE value IS 41 (16.41% from 255) = 25.15%

R = 42.94%
G = 31.9%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#463429 (or 0x463429) is known color: Slugger. HEX triplet: 46, 34 and 29. RGB value is (70,52,41). Sum of RGB (Red+Green+Blue) = 70+52+41=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 70 - color contains mainly: red. Hex color #463429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463429 is #B9CBD6. Grayscale: #383838. Windows color (decimal): -12176343 or 2700358. OLE color: 2700358.

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

Color convert

RGB 70 52 41 -
CMYK 0 0.26 0.41 0.73
HSL 22.76º 0.26% 0.22% -
HSV(B) 22.76º 0.41% 0.27% -
XYZ 4.15 3.92 2.64 -
YUV 56.13 119.46 137.89 -
System Red Green Blue C M Y K H S L
Decimal 70 52 41 0 0.26 0.41 0.73 22.76 0.26 0.22
Hex 46 34 29 0 1A 29 49 17 1A 16
Octal 106 64 51 0 32 51 111 27 32 26
Binary 1000110 110100 101001 0 11010 101001 1001001 10111 11010 10110

Color Harmonies of #463429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463429

Black with #463429

Text Example


Text Example

White with #463429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463429; }

 p { color: rgb(70,52,41); }

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

background-color css

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

 a { background-color: rgb(70,52,41); }

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

border-color css

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

 span { border-color: rgb(70,52,41); }

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