Html Css Color HEX #413C2E Woodrush

📋 copy color: '#413C2E'

red 65 ◦ green 60 ◦ blue 46

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

Shades of Woodrush #413C2E

Tints of Woodrush #413C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 26.9%

R = 38.01%
G = 35.09%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.75

RGB Variations

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

Color information

#413C2E (or 0x413C2E) is known color: Woodrush. HEX triplet: 41, 3C and 2E. RGB value is (65,60,46). Sum of RGB (Red+Green+Blue) = 65+60+46=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 65 - color contains mainly: red. Hex color #413C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C2E is #BEC3D1. Grayscale: #3B3B3B. Windows color (decimal): -12501970 or 3030081. OLE color: 3030081.

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

Color convert

RGB 65 60 46 -
CMYK 0 0.08 0.29 0.75
HSL 44.21º 0.17% 0.22% -
HSV(B) 44.21º 0.29% 0.25% -
XYZ 4.29 4.55 3.24 -
YUV 59.9 120.16 131.64 -
System Red Green Blue C M Y K H S L
Decimal 65 60 46 0 0.08 0.29 0.75 44.21 0.17 0.22
Hex 41 3C 2E 0 8 1D 4B 2C 11 16
Octal 101 74 56 0 10 35 113 54 21 26
Binary 1000001 111100 101110 0 1000 11101 1001011 101100 10001 10110

Color Harmonies of #413C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C2E

Black with #413C2E

Text Example


Text Example

White with #413C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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