Html Css Color HEX #423128 Slugger

📋 copy color: '#423128'

red 66 ◦ green 49 ◦ blue 40

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

Shades of Slugger #423128

Tints of Slugger #423128

RGB

 RED value IS 66 (26.17% from 255) = 42.58%

 GREEN value IS 49 (19.53% from 255) = 31.61%

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

R = 42.58%
G = 31.61%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#423128 (or 0x423128) is known color: Slugger. HEX triplet: 42, 31 and 28. RGB value is (66,49,40). Sum of RGB (Red+Green+Blue) = 66+49+40=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 66 - color contains mainly: red. Hex color #423128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423128 is #BDCED7. Grayscale: #353535. Windows color (decimal): -12439256 or 2634050. OLE color: 2634050.

HSL color Cylindrical-coordinate representation of color #423128: hue angle of 20.77º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #423128 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 49 40 -
CMYK 0 0.26 0.39 0.74
HSL 20.77º 0.25% 0.21% -
HSV(B) 20.77º 0.39% 0.26% -
XYZ 3.73 3.51 2.49 -
YUV 53.06 120.63 137.23 -
System Red Green Blue C M Y K H S L
Decimal 66 49 40 0 0.26 0.39 0.74 20.77 0.25 0.21
Hex 42 31 28 0 1A 27 4A 15 19 15
Octal 102 61 50 0 32 47 112 25 31 25
Binary 1000010 110001 101000 0 11010 100111 1001010 10101 11001 10101

Color Harmonies of #423128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423128

Black with #423128

Text Example


Text Example

White with #423128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423128; }

 p { color: rgb(66,49,40); }

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

background-color css

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

 a { background-color: rgb(66,49,40); }

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

border-color css

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

 span { border-color: rgb(66,49,40); }

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