Html Css Color HEX #423329 Slugger

📋 copy color: '#423329'

red 66 ◦ green 51 ◦ blue 41

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

Shades of Slugger #423329

Tints of Slugger #423329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 25.95%

R = 41.77%
G = 32.28%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.74

RGB Variations

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

Color information

#423329 (or 0x423329) is known color: Slugger. HEX triplet: 42, 33 and 29. RGB value is (66,51,41). Sum of RGB (Red+Green+Blue) = 66+51+41=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 66 - color contains mainly: red. Hex color #423329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423329 is #BDCCD6. Grayscale: #363636. Windows color (decimal): -12438743 or 2700098. OLE color: 2700098.

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

Color convert

RGB 66 51 41 -
CMYK 0 0.23 0.38 0.74
HSL 24º 0.23% 0.21% -
HSV(B) 24º 0.38% 0.26% -
XYZ 3.83 3.69 2.61 -
YUV 54.35 120.47 136.31 -
System Red Green Blue C M Y K H S L
Decimal 66 51 41 0 0.23 0.38 0.74 24 0.23 0.21
Hex 42 33 29 0 17 26 4A 18 17 15
Octal 102 63 51 0 27 46 112 30 27 25
Binary 1000010 110011 101001 0 10111 100110 1001010 11000 10111 10101

Color Harmonies of #423329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423329

Black with #423329

Text Example


Text Example

White with #423329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423329; }

 p { color: rgb(66,51,41); }

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

background-color css

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

 a { background-color: rgb(66,51,41); }

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

border-color css

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

 span { border-color: rgb(66,51,41); }

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