Html Css Color HEX #403C29 Woodrush

📋 copy color: '#403C29'

red 64 ◦ green 60 ◦ blue 41

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

Shades of Woodrush #403C29

Tints of Woodrush #403C29

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.36%

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

R = 38.79%
G = 36.36%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#403C29 (or 0x403C29) is known color: Woodrush. HEX triplet: 40, 3C and 29. RGB value is (64,60,41). Sum of RGB (Red+Green+Blue) = 64+60+41=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 64 - color contains mainly: red. Hex color #403C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403C29 is #BFC3D6. Grayscale: #3B3B3B. Windows color (decimal): -12567511 or 2702400. OLE color: 2702400.

HSL color Cylindrical-coordinate representation of color #403C29: hue angle of 49.57º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #403C29 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 60 41 -
CMYK 0 0.06 0.36 0.75
HSL 49.57º 0.22% 0.21% -
HSV(B) 49.57º 0.36% 0.25% -
XYZ 4.13 4.48 2.75 -
YUV 59.03 117.83 131.54 -
System Red Green Blue C M Y K H S L
Decimal 64 60 41 0 0.06 0.36 0.75 49.57 0.22 0.21
Hex 40 3C 29 0 6 24 4B 32 16 15
Octal 100 74 51 0 6 44 113 62 26 25
Binary 1000000 111100 101001 0 110 100100 1001011 110010 10110 10101

Color Harmonies of #403C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403C29

Black with #403C29

Text Example


Text Example

White with #403C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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