Html Css Color HEX #413E2E Woodrush

📋 copy color: '#413E2E'

red 65 ◦ green 62 ◦ blue 46

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

Shades of Woodrush #413E2E

Tints of Woodrush #413E2E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 35.84%

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

R = 37.57%
G = 35.84%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.75

RGB Variations

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

Color information

#413E2E (or 0x413E2E) is known color: Woodrush. HEX triplet: 41, 3E and 2E. RGB value is (65,62,46). Sum of RGB (Red+Green+Blue) = 65+62+46=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 62 (24.61% from 255 or 35.84% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 65 - color contains mainly: red. Hex color #413E2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413E2E is #BEC1D1. Grayscale: #3D3D3D. Windows color (decimal): -12501458 or 3030593. OLE color: 3030593.

HSL color Cylindrical-coordinate representation of color #413E2E: hue angle of 50.53º 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 #413E2E is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 62 46 -
CMYK 0 0.05 0.29 0.75
HSL 50.53º 0.17% 0.22% -
HSV(B) 50.53º 0.29% 0.25% -
XYZ 4.4 4.77 3.27 -
YUV 61.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 65 62 46 0 0.05 0.29 0.75 50.53 0.17 0.22
Hex 41 3E 2E 0 5 1D 4B 33 11 16
Octal 101 76 56 0 5 35 113 63 21 26
Binary 1000001 111110 101110 0 101 11101 1001011 110011 10001 10110

Color Harmonies of #413E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413E2E

Black with #413E2E

Text Example


Text Example

White with #413E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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