Html Css Color HEX #413D2F Woodrush

📋 copy color: '#413D2F'

red 65 ◦ green 61 ◦ blue 47

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

Shades of Woodrush #413D2F

Tints of Woodrush #413D2F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 35.26%

 BLUE value IS 47 (18.75% from 255) = 27.17%

R = 37.57%
G = 35.26%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#413D2F (or 0x413D2F) is known color: Woodrush. HEX triplet: 41, 3D and 2F. RGB value is (65,61,47). Sum of RGB (Red+Green+Blue) = 65+61+47=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 65 - color contains mainly: red. Hex color #413D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413D2F is #BEC2D0. Grayscale: #3C3C3C. Windows color (decimal): -12501713 or 3095873. OLE color: 3095873.

HSL color Cylindrical-coordinate representation of color #413D2F: hue angle of 46.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #413D2F is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 61 47 -
CMYK 0 0.06 0.28 0.75
HSL 46.67º 0.16% 0.22% -
HSV(B) 46.67º 0.28% 0.25% -
XYZ 4.36 4.67 3.36 -
YUV 60.6 120.33 131.14 -
System Red Green Blue C M Y K H S L
Decimal 65 61 47 0 0.06 0.28 0.75 46.67 0.16 0.22
Hex 41 3D 2F 0 6 1C 4B 2F 10 16
Octal 101 75 57 0 6 34 113 57 20 26
Binary 1000001 111101 101111 0 110 11100 1001011 101111 10000 10110

Color Harmonies of #413D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D2F

Black with #413D2F

Text Example


Text Example

White with #413D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,61,47); }

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

background-color css

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

 a { background-color: rgb(65,61,47); }

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

border-color css

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

 span { border-color: rgb(65,61,47); }

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