Html Css Color HEX #413E2F Woodrush

📋 copy color: '#413E2F'

red 65 ◦ green 62 ◦ blue 47

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

Shades of Woodrush #413E2F

Tints of Woodrush #413E2F

RGB

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

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

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

R = 37.36%
G = 35.63%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#413E2F (or 0x413E2F) is known color: Woodrush. HEX triplet: 41, 3E and 2F. RGB value is (65,62,47). Sum of RGB (Red+Green+Blue) = 65+62+47=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 65 - color contains mainly: red. Hex color #413E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413E2F is #BEC1D0. Grayscale: #3D3D3D. Windows color (decimal): -12501457 or 3096129. OLE color: 3096129.

HSL color Cylindrical-coordinate representation of color #413E2F: hue angle of 50º 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 #413E2F is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 62 47 -
CMYK 0 0.05 0.28 0.75
HSL 50º 0.16% 0.22% -
HSV(B) 50º 0.28% 0.25% -
XYZ 4.42 4.77 3.38 -
YUV 61.19 119.99 130.72 -
System Red Green Blue C M Y K H S L
Decimal 65 62 47 0 0.05 0.28 0.75 50 0.16 0.22
Hex 41 3E 2F 0 5 1C 4B 32 10 16
Octal 101 76 57 0 5 34 113 62 20 26
Binary 1000001 111110 101111 0 101 11100 1001011 110010 10000 10110

Color Harmonies of #413E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413E2F

Black with #413E2F

Text Example


Text Example

White with #413E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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