Html Css Color HEX #404329 Scrub

📋 copy color: '#404329'

red 64 ◦ green 67 ◦ blue 41

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

Shades of Scrub #404329

Tints of Scrub #404329

RGB

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

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

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

R = 37.21%
G = 38.95%
B = 23.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#404329 (or 0x404329) is known color: Scrub. HEX triplet: 40, 43 and 29. RGB value is (64,67,41). Sum of RGB (Red+Green+Blue) = 64+67+41=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 67 - color contains mainly: green. Hex color #404329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404329 is #BFBCD6. Grayscale: #3F3F3F. Windows color (decimal): -12565719 or 2704192. OLE color: 2704192.

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

Color convert

RGB 64 67 41 -
CMYK 0.04 0 0.39 0.74
HSL 66.92º 0.24% 0.21% -
HSV(B) 66.92º 0.39% 0.26% -
XYZ 4.52 5.26 2.88 -
YUV 63.14 115.51 128.61 -
System Red Green Blue C M Y K H S L
Decimal 64 67 41 0.04 0 0.39 0.74 66.92 0.24 0.21
Hex 40 43 29 4 0 27 4A 43 18 15
Octal 100 103 51 4 0 47 112 103 30 25
Binary 1000000 1000011 101001 100 0 100111 1001010 1000011 11000 10101

Color Harmonies of #404329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404329

Black with #404329

Text Example


Text Example

White with #404329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404329; }

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

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

background-color css

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

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

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

border-color css

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

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

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