Html Css Color HEX #413C28 Woodrush

📋 copy color: '#413C28'

red 65 ◦ green 60 ◦ blue 40

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

Shades of Woodrush #413C28

Tints of Woodrush #413C28

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.36%

 BLUE value IS 40 (16.02% from 255) = 24.24%

R = 39.39%
G = 36.36%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#413C28 (or 0x413C28) is known color: Woodrush. HEX triplet: 41, 3C and 28. RGB value is (65,60,40). Sum of RGB (Red+Green+Blue) = 65+60+40=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 65 - color contains mainly: red. Hex color #413C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C28 is #BEC3D7. Grayscale: #3B3B3B. Windows color (decimal): -12501976 or 2636865. OLE color: 2636865.

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

Color convert

RGB 65 60 40 -
CMYK 0 0.08 0.38 0.75
HSL 48º 0.24% 0.21% -
HSV(B) 48º 0.38% 0.25% -
XYZ 4.18 4.51 2.66 -
YUV 59.22 117.16 132.13 -
System Red Green Blue C M Y K H S L
Decimal 65 60 40 0 0.08 0.38 0.75 48 0.24 0.21
Hex 41 3C 28 0 8 26 4B 30 18 15
Octal 101 74 50 0 10 46 113 60 30 25
Binary 1000001 111100 101000 0 1000 100110 1001011 110000 11000 10101

Color Harmonies of #413C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C28

Black with #413C28

Text Example


Text Example

White with #413C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,60,40); }

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

background-color css

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

 a { background-color: rgb(65,60,40); }

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

border-color css

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

 span { border-color: rgb(65,60,40); }

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