Html Css Color HEX #463328 Slugger

📋 copy color: '#463328'

red 70 ◦ green 51 ◦ blue 40

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

Shades of Slugger #463328

Tints of Slugger #463328

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.68%

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

R = 43.48%
G = 31.68%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#463328 (or 0x463328) is known color: Slugger. HEX triplet: 46, 33 and 28. RGB value is (70,51,40). Sum of RGB (Red+Green+Blue) = 70+51+40=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 70 - color contains mainly: red. Hex color #463328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463328 is #B9CCD7. Grayscale: #373737. Windows color (decimal): -12176600 or 2634566. OLE color: 2634566.

HSL color Cylindrical-coordinate representation of color #463328: hue angle of 22º 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 #463328 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 51 40 -
CMYK 0 0.27 0.43 0.73
HSL 22º 0.27% 0.22% -
HSV(B) 22º 0.43% 0.27% -
XYZ 4.09 3.82 2.53 -
YUV 55.43 119.29 138.39 -
System Red Green Blue C M Y K H S L
Decimal 70 51 40 0 0.27 0.43 0.73 22 0.27 0.22
Hex 46 33 28 0 1B 2B 49 16 1B 16
Octal 106 63 50 0 33 53 111 26 33 26
Binary 1000110 110011 101000 0 11011 101011 1001001 10110 11011 10110

Color Harmonies of #463328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463328

Black with #463328

Text Example


Text Example

White with #463328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463328; }

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

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

background-color css

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

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

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

border-color css

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

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

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