Html Css Color HEX #403E29 Woodrush

📋 copy color: '#403E29'

red 64 ◦ green 62 ◦ blue 41

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

Shades of Woodrush #403E29

Tints of Woodrush #403E29

RGB

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

 GREEN value IS 62 (24.61% from 255) = 37.13%

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

R = 38.32%
G = 37.13%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#403E29 (or 0x403E29) is known color: Woodrush. HEX triplet: 40, 3E and 29. RGB value is (64,62,41). Sum of RGB (Red+Green+Blue) = 64+62+41=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 62 (24.61% from 255 or 37.13% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 64 - color contains mainly: red. Hex color #403E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403E29 is #BFC1D6. Grayscale: #3C3C3C. Windows color (decimal): -12566999 or 2702912. OLE color: 2702912.

HSL color Cylindrical-coordinate representation of color #403E29: hue angle of 54.78º 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 #403E29 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 62 41 -
CMYK 0 0.03 0.36 0.75
HSL 54.78º 0.22% 0.21% -
HSV(B) 54.78º 0.36% 0.25% -
XYZ 4.24 4.7 2.78 -
YUV 60.2 117.16 130.71 -
System Red Green Blue C M Y K H S L
Decimal 64 62 41 0 0.03 0.36 0.75 54.78 0.22 0.21
Hex 40 3E 29 0 3 24 4B 37 16 15
Octal 100 76 51 0 3 44 113 67 26 25
Binary 1000000 111110 101001 0 11 100100 1001011 110111 10110 10101

Color Harmonies of #403E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403E29

Black with #403E29

Text Example


Text Example

White with #403E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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