Html Css Color HEX #463227 Slugger

📋 copy color: '#463227'

red 70 ◦ green 50 ◦ blue 39

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

Shades of Slugger #463227

Tints of Slugger #463227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 24.53%

R = 44.03%
G = 31.45%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#463227 (or 0x463227) is known color: Slugger. HEX triplet: 46, 32 and 27. RGB value is (70,50,39). Sum of RGB (Red+Green+Blue) = 70+50+39=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 70 - color contains mainly: red. Hex color #463227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463227 is #B9CDD8. Grayscale: #363636. Windows color (decimal): -12176857 or 2568774. OLE color: 2568774.

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

Color convert

RGB 70 50 39 -
CMYK 0 0.29 0.44 0.73
HSL 21.29º 0.28% 0.21% -
HSV(B) 21.29º 0.44% 0.27% -
XYZ 4.03 3.73 2.43 -
YUV 54.73 119.13 138.89 -
System Red Green Blue C M Y K H S L
Decimal 70 50 39 0 0.29 0.44 0.73 21.29 0.28 0.21
Hex 46 32 27 0 1D 2C 49 15 1C 15
Octal 106 62 47 0 35 54 111 25 34 25
Binary 1000110 110010 100111 0 11101 101100 1001001 10101 11100 10101

Color Harmonies of #463227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463227

Black with #463227

Text Example


Text Example

White with #463227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463227; }

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

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

background-color css

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

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

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

border-color css

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

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

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