Html Css Color HEX #403D31 Woodrush

📋 copy color: '#403D31'

red 64 ◦ green 61 ◦ blue 49

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

Shades of Woodrush #403D31

Tints of Woodrush #403D31

RGB

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

 GREEN value IS 61 (24.22% from 255) = 35.06%

 BLUE value IS 49 (19.53% from 255) = 28.16%

R = 36.78%
G = 35.06%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#403D31 (or 0x403D31) is known color: Woodrush. HEX triplet: 40, 3D and 31. RGB value is (64,61,49). Sum of RGB (Red+Green+Blue) = 64+61+49=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 49 (19.53% from 255 or 28.16% from 174); Max value from RGB is 64 - color contains mainly: red. Hex color #403D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D31 is #BFC2CE. Grayscale: #3C3C3C. Windows color (decimal): -12567247 or 3226944. OLE color: 3226944.

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

Color convert

RGB 64 61 49 -
CMYK 0 0.05 0.23 0.75
HSL 48º 0.13% 0.22% -
HSV(B) 48º 0.23% 0.25% -
XYZ 4.34 4.65 3.57 -
YUV 60.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 64 61 49 0 0.05 0.23 0.75 48 0.13 0.22
Hex 40 3D 31 0 5 17 4B 30 D 16
Octal 100 75 61 0 5 27 113 60 15 26
Binary 1000000 111101 110001 0 101 10111 1001011 110000 1101 10110

Color Harmonies of #403D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D31

Black with #403D31

Text Example


Text Example

White with #403D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,61,49); }

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

background-color css

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

 a { background-color: rgb(64,61,49); }

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

border-color css

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

 span { border-color: rgb(64,61,49); }

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