Html Css Color HEX #413F36 Woodrush

📋 copy color: '#413F36'

red 65 ◦ green 63 ◦ blue 54

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

Shades of Woodrush #413F36

Tints of Woodrush #413F36

RGB

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

 GREEN value IS 63 (25% from 255) = 34.62%

 BLUE value IS 54 (21.48% from 255) = 29.67%

R = 35.71%
G = 34.62%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#413F36 (or 0x413F36) is known color: Woodrush. HEX triplet: 41, 3F and 36. RGB value is (65,63,54). Sum of RGB (Red+Green+Blue) = 65+63+54=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 54 (21.48% from 255 or 29.67% from 182); Max value from RGB is 65 - color contains mainly: red. Hex color #413F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F36 is #BEC0C9. Grayscale: #3E3E3E. Windows color (decimal): -12501194 or 3555137. OLE color: 3555137.

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

Color convert

RGB 65 63 54 -
CMYK 0 0.03 0.17 0.75
HSL 49.09º 0.09% 0.23% -
HSV(B) 49.09º 0.17% 0.25% -
XYZ 4.62 4.95 4.2 -
YUV 62.57 123.16 129.73 -
System Red Green Blue C M Y K H S L
Decimal 65 63 54 0 0.03 0.17 0.75 49.09 0.09 0.23
Hex 41 3F 36 0 3 11 4B 31 9 17
Octal 101 77 66 0 3 21 113 61 11 27
Binary 1000001 111111 110110 0 11 10001 1001011 110001 1001 10111

Color Harmonies of #413F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F36

Black with #413F36

Text Example


Text Example

White with #413F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,63,54); }

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

background-color css

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

 a { background-color: rgb(65,63,54); }

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

border-color css

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

 span { border-color: rgb(65,63,54); }

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