Html Css Color HEX #403C31 Woodrush

📋 copy color: '#403C31'

red 64 ◦ green 60 ◦ blue 49

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

Shades of Woodrush #403C31

Tints of Woodrush #403C31

RGB

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

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

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

R = 36.99%
G = 34.68%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#403C31 (or 0x403C31) is known color: Woodrush. HEX triplet: 40, 3C and 31. RGB value is (64,60,49). Sum of RGB (Red+Green+Blue) = 64+60+49=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 64 - color contains mainly: red. Hex color #403C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403C31 is #BFC3CE. Grayscale: #3B3B3B. Windows color (decimal): -12567503 or 3226688. OLE color: 3226688.

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

Color convert

RGB 64 60 49 -
CMYK 0 0.06 0.23 0.75
HSL 44º 0.13% 0.22% -
HSV(B) 44º 0.23% 0.25% -
XYZ 4.28 4.54 3.56 -
YUV 59.94 121.83 130.89 -
System Red Green Blue C M Y K H S L
Decimal 64 60 49 0 0.06 0.23 0.75 44 0.13 0.22
Hex 40 3C 31 0 6 17 4B 2C D 16
Octal 100 74 61 0 6 27 113 54 15 26
Binary 1000000 111100 110001 0 110 10111 1001011 101100 1101 10110

Color Harmonies of #403C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403C31

Black with #403C31

Text Example


Text Example

White with #403C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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