Html Css Color HEX #423227 Slugger

📋 copy color: '#423227'

red 66 ◦ green 50 ◦ blue 39

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

Shades of Slugger #423227

Tints of Slugger #423227

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.26%

 BLUE value IS 39 (15.63% from 255) = 25.16%

R = 42.58%
G = 32.26%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.74

RGB Variations

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

Color information

#423227 (or 0x423227) is known color: Slugger. HEX triplet: 42, 32 and 27. RGB value is (66,50,39). Sum of RGB (Red+Green+Blue) = 66+50+39=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 66 - color contains mainly: red. Hex color #423227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423227 is #BDCDD8. Grayscale: #353535. Windows color (decimal): -12439001 or 2568770. OLE color: 2568770.

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

Color convert

RGB 66 50 39 -
CMYK 0 0.24 0.41 0.74
HSL 24.44º 0.26% 0.21% -
HSV(B) 24.44º 0.41% 0.26% -
XYZ 3.75 3.59 2.41 -
YUV 53.53 119.8 136.89 -
System Red Green Blue C M Y K H S L
Decimal 66 50 39 0 0.24 0.41 0.74 24.44 0.26 0.21
Hex 42 32 27 0 18 29 4A 18 1A 15
Octal 102 62 47 0 30 51 112 30 32 25
Binary 1000010 110010 100111 0 11000 101001 1001010 11000 11010 10101

Color Harmonies of #423227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423227

Black with #423227

Text Example


Text Example

White with #423227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423227; }

 p { color: rgb(66,50,39); }

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

background-color css

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

 a { background-color: rgb(66,50,39); }

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

border-color css

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

 span { border-color: rgb(66,50,39); }

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