Html Css Color HEX #433228 Slugger

📋 copy color: '#433228'

red 67 ◦ green 50 ◦ blue 40

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

Shades of Slugger #433228

Tints of Slugger #433228

RGB

 RED value IS 67 (26.56% from 255) = 42.68%

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

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

R = 42.68%
G = 31.85%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.74

RGB Variations

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

Color information

#433228 (or 0x433228) is known color: Slugger. HEX triplet: 43, 32 and 28. RGB value is (67,50,40). Sum of RGB (Red+Green+Blue) = 67+50+40=157 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.68% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 67 - color contains mainly: red. Hex color #433228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433228 is #BCCDD7. Grayscale: #353535. Windows color (decimal): -12373464 or 2634307. OLE color: 2634307.

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

Color convert

RGB 67 50 40 -
CMYK 0 0.25 0.40 0.74
HSL 22.22º 0.25% 0.21% -
HSV(B) 22.22º 0.4% 0.26% -
XYZ 3.84 3.63 2.51 -
YUV 53.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 67 50 40 0 0.25 0.40 0.74 22.22 0.25 0.21
Hex 43 32 28 0 19 28 4A 16 19 15
Octal 103 62 50 0 31 50 112 26 31 25
Binary 1000011 110010 101000 0 11001 101000 1001010 10110 11001 10101

Color Harmonies of #433228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433228

Black with #433228

Text Example


Text Example

White with #433228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433228; }

 p { color: rgb(67,50,40); }

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

background-color css

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

 a { background-color: rgb(67,50,40); }

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

border-color css

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

 span { border-color: rgb(67,50,40); }

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