Html Css Color HEX #463228 Slugger

📋 copy color: '#463228'

red 70 ◦ green 50 ◦ blue 40

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

Shades of Slugger #463228

Tints of Slugger #463228

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.25%

 BLUE value IS 40 (16.02% from 255) = 25%

R = 43.75%
G = 31.25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#463228 (or 0x463228) is known color: Slugger. HEX triplet: 46, 32 and 28. RGB value is (70,50,40). Sum of RGB (Red+Green+Blue) = 70+50+40=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #463228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463228 is #B9CDD7. Grayscale: #363636. Windows color (decimal): -12176856 or 2634310. OLE color: 2634310.

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

Color convert

RGB 70 50 40 -
CMYK 0 0.29 0.43 0.73
HSL 20º 0.27% 0.22% -
HSV(B) 20º 0.43% 0.27% -
XYZ 4.05 3.74 2.52 -
YUV 54.84 119.63 138.81 -
System Red Green Blue C M Y K H S L
Decimal 70 50 40 0 0.29 0.43 0.73 20 0.27 0.22
Hex 46 32 28 0 1D 2B 49 14 1B 16
Octal 106 62 50 0 35 53 111 24 33 26
Binary 1000110 110010 101000 0 11101 101011 1001001 10100 11011 10110

Color Harmonies of #463228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463228

Black with #463228

Text Example


Text Example

White with #463228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463228; }

 p { color: rgb(70,50,40); }

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

background-color css

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

 a { background-color: rgb(70,50,40); }

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

border-color css

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

 span { border-color: rgb(70,50,40); }

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