Html Css Color HEX #40352E Slugger

📋 copy color: '#40352E'

red 64 ◦ green 53 ◦ blue 46

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

Shades of Slugger #40352E

Tints of Slugger #40352E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.52%

 BLUE value IS 46 (18.36% from 255) = 28.22%

R = 39.26%
G = 32.52%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#40352E (or 0x40352E) is known color: Slugger. HEX triplet: 40, 35 and 2E. RGB value is (64,53,46). Sum of RGB (Red+Green+Blue) = 64+53+46=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 64 - color contains mainly: red. Hex color #40352E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40352E is #BFCAD1. Grayscale: #373737. Windows color (decimal): -12569298 or 3028288. OLE color: 3028288.

HSL color Cylindrical-coordinate representation of color #40352E: hue angle of 23.33º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #40352E is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 53 46 -
CMYK 0 0.17 0.28 0.75
HSL 23.33º 0.16% 0.22% -
HSV(B) 23.33º 0.28% 0.25% -
XYZ 3.88 3.83 3.12 -
YUV 55.49 122.64 134.07 -
System Red Green Blue C M Y K H S L
Decimal 64 53 46 0 0.17 0.28 0.75 23.33 0.16 0.22
Hex 40 35 2E 0 11 1C 4B 17 10 16
Octal 100 65 56 0 21 34 113 27 20 26
Binary 1000000 110101 101110 0 10001 11100 1001011 10111 10000 10110

Color Harmonies of #40352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40352E

Black with #40352E

Text Example


Text Example

White with #40352E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40352E; }

 p { color: rgb(64,53,46); }

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

background-color css

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

 a { background-color: rgb(64,53,46); }

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

border-color css

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

 span { border-color: rgb(64,53,46); }

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