Html Css Color HEX #413F37 Woodrush

📋 copy color: '#413F37'

red 65 ◦ green 63 ◦ blue 55

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

Shades of Woodrush #413F37

Tints of Woodrush #413F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 30.05%

R = 35.52%
G = 34.43%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#413F37 (or 0x413F37) is known color: Woodrush. HEX triplet: 41, 3F and 37. RGB value is (65,63,55). Sum of RGB (Red+Green+Blue) = 65+63+55=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 55 (21.88% from 255 or 30.05% from 183); Max value from RGB is 65 - color contains mainly: red. Hex color #413F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F37 is #BEC0C8. Grayscale: #3E3E3E. Windows color (decimal): -12501193 or 3620673. OLE color: 3620673.

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

Color convert

RGB 65 63 55 -
CMYK 0 0.03 0.15 0.75
HSL 48º 0.08% 0.24% -
HSV(B) 48º 0.15% 0.25% -
XYZ 4.65 4.95 4.33 -
YUV 62.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 65 63 55 0 0.03 0.15 0.75 48 0.08 0.24
Hex 41 3F 37 0 3 F 4B 30 8 18
Octal 101 77 67 0 3 17 113 60 10 30
Binary 1000001 111111 110111 0 11 1111 1001011 110000 1000 11000

Color Harmonies of #413F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F37

Black with #413F37

Text Example


Text Example

White with #413F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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