Html Css Color HEX #413C27 Woodrush

📋 copy color: '#413C27'

red 65 ◦ green 60 ◦ blue 39

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

Shades of Woodrush #413C27

Tints of Woodrush #413C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 23.78%

R = 39.63%
G = 36.59%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.75

RGB Variations

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

Color information

#413C27 (or 0x413C27) is known color: Woodrush. HEX triplet: 41, 3C and 27. RGB value is (65,60,39). Sum of RGB (Red+Green+Blue) = 65+60+39=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 65 - color contains mainly: red. Hex color #413C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C27 is #BEC3D8. Grayscale: #3B3B3B. Windows color (decimal): -12501977 or 2571329. OLE color: 2571329.

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

Color convert

RGB 65 60 39 -
CMYK 0 0.08 0.40 0.75
HSL 48.46º 0.25% 0.2% -
HSV(B) 48.46º 0.4% 0.25% -
XYZ 4.16 4.5 2.57 -
YUV 59.1 116.66 132.21 -
System Red Green Blue C M Y K H S L
Decimal 65 60 39 0 0.08 0.40 0.75 48.46 0.25 0.2
Hex 41 3C 27 0 8 28 4B 30 19 14
Octal 101 74 47 0 10 50 113 60 31 24
Binary 1000001 111100 100111 0 1000 101000 1001011 110000 11001 10100

Color Harmonies of #413C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C27

Black with #413C27

Text Example


Text Example

White with #413C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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