Html Css Color HEX #413E32 Woodrush

📋 copy color: '#413E32'

red 65 ◦ green 62 ◦ blue 50

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

Shades of Woodrush #413E32

Tints of Woodrush #413E32

RGB

 RED value IS 65 (25.78% from 255) = 36.72%

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

 BLUE value IS 50 (19.92% from 255) = 28.25%

R = 36.72%
G = 35.03%
B = 28.25%

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

#413E32 (or 0x413E32) is known color: Woodrush. HEX triplet: 41, 3E and 32. RGB value is (65,62,50). Sum of RGB (Red+Green+Blue) = 65+62+50=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 65 - color contains mainly: red. Hex color #413E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413E32 is #BEC1CD. Grayscale: #3D3D3D. Windows color (decimal): -12501454 or 3292737. OLE color: 3292737.

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

Color convert

RGB 65 62 50 -
CMYK 0 0.05 0.23 0.75
HSL 48º 0.13% 0.23% -
HSV(B) 48º 0.23% 0.25% -
XYZ 4.48 4.8 3.71 -
YUV 61.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 65 62 50 0 0.05 0.23 0.75 48 0.13 0.23
Hex 41 3E 32 0 5 17 4B 30 D 17
Octal 101 76 62 0 5 27 113 60 15 27
Binary 1000001 111110 110010 0 101 10111 1001011 110000 1101 10111

Color Harmonies of #413E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413E32

Black with #413E32

Text Example


Text Example

White with #413E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413E32; }

 p { color: rgb(65,62,50); }

 H1.HeaderClassName
 {
   color: #413E32;
 }
 .AnyTagClassName
 {
   color: #413E32;
 }
</style>

background-color css

<style>
 a { background-color: #413E32; }

 a { background-color: rgb(65,62,50); }

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

border-color css

<style>
 span { border-color: #413E32; }

 span { border-color: rgb(65,62,50); }

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