Html Css Color HEX #413F21 Woodrush

📋 copy color: '#413F21'

red 65 ◦ green 63 ◦ blue 33

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

Shades of Woodrush #413F21

Tints of Woodrush #413F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 20.5%

R = 40.37%
G = 39.13%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.75

RGB Variations

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

Color information

#413F21 (or 0x413F21) is known color: Woodrush. HEX triplet: 41, 3F and 21. RGB value is (65,63,33). Sum of RGB (Red+Green+Blue) = 65+63+33=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 63 (25% from 255 or 39.13% from 161); Blue value is 33 (13.28% from 255 or 20.50% from 161); Max value from RGB is 65 - color contains mainly: red. Hex color #413F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F21 is #BEC0DE. Grayscale: #3C3C3C. Windows color (decimal): -12501215 or 2178881. OLE color: 2178881.

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

Color convert

RGB 65 63 33 -
CMYK 0 0.03 0.49 0.75
HSL 56.25º 0.33% 0.19% -
HSV(B) 56.25º 0.49% 0.25% -
XYZ 4.23 4.79 2.14 -
YUV 60.18 112.66 131.44 -
System Red Green Blue C M Y K H S L
Decimal 65 63 33 0 0.03 0.49 0.75 56.25 0.33 0.19
Hex 41 3F 21 0 3 31 4B 38 21 13
Octal 101 77 41 0 3 61 113 70 41 23
Binary 1000001 111111 100001 0 11 110001 1001011 111000 100001 10011

Color Harmonies of #413F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F21

Black with #413F21

Text Example


Text Example

White with #413F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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