Html Css Color HEX #413C29 Woodrush

📋 copy color: '#413C29'

red 65 ◦ green 60 ◦ blue 41

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

Shades of Woodrush #413C29

Tints of Woodrush #413C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 24.7%

R = 39.16%
G = 36.14%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#413C29 (or 0x413C29) is known color: Woodrush. HEX triplet: 41, 3C and 29. RGB value is (65,60,41). Sum of RGB (Red+Green+Blue) = 65+60+41=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 65 - color contains mainly: red. Hex color #413C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C29 is #BEC3D6. Grayscale: #3B3B3B. Windows color (decimal): -12501975 or 2702401. OLE color: 2702401.

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

Color convert

RGB 65 60 41 -
CMYK 0 0.08 0.37 0.75
HSL 47.5º 0.23% 0.21% -
HSV(B) 47.5º 0.37% 0.25% -
XYZ 4.2 4.52 2.75 -
YUV 59.33 117.66 132.04 -
System Red Green Blue C M Y K H S L
Decimal 65 60 41 0 0.08 0.37 0.75 47.5 0.23 0.21
Hex 41 3C 29 0 8 25 4B 30 17 15
Octal 101 74 51 0 10 45 113 60 27 25
Binary 1000001 111100 101001 0 1000 100101 1001011 110000 10111 10101

Color Harmonies of #413C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C29

Black with #413C29

Text Example


Text Example

White with #413C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,60,41); }

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

background-color css

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

 a { background-color: rgb(65,60,41); }

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

border-color css

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

 span { border-color: rgb(65,60,41); }

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