Html Css Color HEX #403E35 Woodrush

📋 copy color: '#403E35'

red 64 ◦ green 62 ◦ blue 53

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

Shades of Woodrush #403E35

Tints of Woodrush #403E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 29.61%

R = 35.75%
G = 34.64%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#403E35 (or 0x403E35) is known color: Woodrush. HEX triplet: 40, 3E and 35. RGB value is (64,62,53). Sum of RGB (Red+Green+Blue) = 64+62+53=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 62 (24.61% from 255 or 34.64% from 179); Blue value is 53 (21.09% from 255 or 29.61% from 179); Max value from RGB is 64 - color contains mainly: red. Hex color #403E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403E35 is #BFC1CA. Grayscale: #3D3D3D. Windows color (decimal): -12566987 or 3489344. OLE color: 3489344.

HSL color Cylindrical-coordinate representation of color #403E35: hue angle of 49.09º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #403E35 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 62 53 -
CMYK 0 0.03 0.17 0.75
HSL 49.09º 0.09% 0.23% -
HSV(B) 49.09º 0.17% 0.25% -
XYZ 4.48 4.79 4.06 -
YUV 61.57 123.16 129.73 -
System Red Green Blue C M Y K H S L
Decimal 64 62 53 0 0.03 0.17 0.75 49.09 0.09 0.23
Hex 40 3E 35 0 3 11 4B 31 9 17
Octal 100 76 65 0 3 21 113 61 11 27
Binary 1000000 111110 110101 0 11 10001 1001011 110001 1001 10111

Color Harmonies of #403E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403E35

Black with #403E35

Text Example


Text Example

White with #403E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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