Html Css Color HEX #40332D Slugger

📋 copy color: '#40332D'

red 64 ◦ green 51 ◦ blue 45

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

Shades of Slugger #40332D

Tints of Slugger #40332D

RGB

 RED value IS 64 (25.39% from 255) = 40%

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

 BLUE value IS 45 (17.97% from 255) = 28.13%

R = 40%
G = 31.88%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.75

RGB Variations

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

Color information

#40332D (or 0x40332D) is known color: Slugger. HEX triplet: 40, 33 and 2D. RGB value is (64,51,45). Sum of RGB (Red+Green+Blue) = 64+51+45=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 64 - color contains mainly: red. Hex color #40332D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40332D is #BFCCD2. Grayscale: #363636. Windows color (decimal): -12569811 or 2962240. OLE color: 2962240.

HSL color Cylindrical-coordinate representation of color #40332D: hue angle of 18.95º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #40332D is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 51 45 -
CMYK 0 0.20 0.30 0.75
HSL 18.95º 0.17% 0.21% -
HSV(B) 18.95º 0.3% 0.25% -
XYZ 3.77 3.65 2.99 -
YUV 54.2 122.81 134.99 -
System Red Green Blue C M Y K H S L
Decimal 64 51 45 0 0.20 0.30 0.75 18.95 0.17 0.21
Hex 40 33 2D 0 14 1E 4B 13 11 15
Octal 100 63 55 0 24 36 113 23 21 25
Binary 1000000 110011 101101 0 10100 11110 1001011 10011 10001 10101

Color Harmonies of #40332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40332D

Black with #40332D

Text Example


Text Example

White with #40332D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40332D; }

 p { color: rgb(64,51,45); }

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

background-color css

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

 a { background-color: rgb(64,51,45); }

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

border-color css

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

 span { border-color: rgb(64,51,45); }

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