Html Css Color HEX #413F34 Woodrush

📋 copy color: '#413F34'

red 65 ◦ green 63 ◦ blue 52

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

Shades of Woodrush #413F34

Tints of Woodrush #413F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 28.89%

R = 36.11%
G = 35%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#413F34 (or 0x413F34) is known color: Woodrush. HEX triplet: 41, 3F and 34. RGB value is (65,63,52). Sum of RGB (Red+Green+Blue) = 65+63+52=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 65 - color contains mainly: red. Hex color #413F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F34 is #BEC0CB. Grayscale: #3E3E3E. Windows color (decimal): -12501196 or 3424065. OLE color: 3424065.

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

Color convert

RGB 65 63 52 -
CMYK 0 0.03 0.20 0.75
HSL 50.77º 0.11% 0.23% -
HSV(B) 50.77º 0.2% 0.25% -
XYZ 4.58 4.93 3.96 -
YUV 62.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 65 63 52 0 0.03 0.20 0.75 50.77 0.11 0.23
Hex 41 3F 34 0 3 14 4B 33 B 17
Octal 101 77 64 0 3 24 113 63 13 27
Binary 1000001 111111 110100 0 11 10100 1001011 110011 1011 10111

Color Harmonies of #413F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F34

Black with #413F34

Text Example


Text Example

White with #413F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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