Html Css Color HEX #404328 Scrub

📋 copy color: '#404328'

red 64 ◦ green 67 ◦ blue 40

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

Shades of Scrub #404328

Tints of Scrub #404328

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.18%

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

R = 37.43%
G = 39.18%
B = 23.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.74

RGB Variations

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

Color information

#404328 (or 0x404328) is known color: Scrub. HEX triplet: 40, 43 and 28. RGB value is (64,67,40). Sum of RGB (Red+Green+Blue) = 64+67+40=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 67 - color contains mainly: green. Hex color #404328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404328 is #BFBCD7. Grayscale: #3F3F3F. Windows color (decimal): -12565720 or 2638656. OLE color: 2638656.

HSL color Cylindrical-coordinate representation of color #404328: hue angle of 66.67º 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 #404328 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.74.

Color convert

RGB 64 67 40 -
CMYK 0.04 0 0.40 0.74
HSL 66.67º 0.25% 0.21% -
HSV(B) 66.67º 0.4% 0.26% -
XYZ 4.5 5.26 2.78 -
YUV 63.03 115.01 128.7 -
System Red Green Blue C M Y K H S L
Decimal 64 67 40 0.04 0 0.40 0.74 66.67 0.25 0.21
Hex 40 43 28 4 0 28 4A 43 19 15
Octal 100 103 50 4 0 50 112 103 31 25
Binary 1000000 1000011 101000 100 0 101000 1001010 1000011 11001 10101

Color Harmonies of #404328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404328

Black with #404328

Text Example


Text Example

White with #404328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404328; }

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

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

background-color css

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

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

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

border-color css

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

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

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