Html Css Color HEX #413F33 Woodrush

📋 copy color: '#413F33'

red 65 ◦ green 63 ◦ blue 51

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

Shades of Woodrush #413F33

Tints of Woodrush #413F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 28.49%

R = 36.31%
G = 35.2%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#413F33 (or 0x413F33) is known color: Woodrush. HEX triplet: 41, 3F and 33. RGB value is (65,63,51). Sum of RGB (Red+Green+Blue) = 65+63+51=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 51 (20.31% from 255 or 28.49% from 179); Max value from RGB is 65 - color contains mainly: red. Hex color #413F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F33 is #BEC0CC. Grayscale: #3E3E3E. Windows color (decimal): -12501197 or 3358529. OLE color: 3358529.

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

Color convert

RGB 65 63 51 -
CMYK 0 0.03 0.22 0.75
HSL 51.43º 0.12% 0.23% -
HSV(B) 51.43º 0.22% 0.25% -
XYZ 4.56 4.92 3.84 -
YUV 62.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 65 63 51 0 0.03 0.22 0.75 51.43 0.12 0.23
Hex 41 3F 33 0 3 16 4B 33 C 17
Octal 101 77 63 0 3 26 113 63 14 27
Binary 1000001 111111 110011 0 11 10110 1001011 110011 1100 10111

Color Harmonies of #413F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F33

Black with #413F33

Text Example


Text Example

White with #413F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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