Html Css Color HEX #403E33 Woodrush

📋 copy color: '#403E33'

red 64 ◦ green 62 ◦ blue 51

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

Shades of Woodrush #403E33

Tints of Woodrush #403E33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 28.81%

R = 36.16%
G = 35.03%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#403E33 (or 0x403E33) is known color: Woodrush. HEX triplet: 40, 3E and 33. RGB value is (64,62,51). Sum of RGB (Red+Green+Blue) = 64+62+51=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 51 (20.31% from 255 or 28.81% from 177); Max value from RGB is 64 - color contains mainly: red. Hex color #403E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403E33 is #BFC1CC. Grayscale: #3D3D3D. Windows color (decimal): -12566989 or 3358272. OLE color: 3358272.

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

Color convert

RGB 64 62 51 -
CMYK 0 0.03 0.20 0.75
HSL 50.77º 0.11% 0.23% -
HSV(B) 50.77º 0.2% 0.25% -
XYZ 4.43 4.77 3.82 -
YUV 61.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 64 62 51 0 0.03 0.20 0.75 50.77 0.11 0.23
Hex 40 3E 33 0 3 14 4B 33 B 17
Octal 100 76 63 0 3 24 113 63 13 27
Binary 1000000 111110 110011 0 11 10100 1001011 110011 1011 10111

Color Harmonies of #403E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403E33

Black with #403E33

Text Example


Text Example

White with #403E33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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