Html Css Color HEX #414035 Woodrush

📋 copy color: '#414035'

red 65 ◦ green 64 ◦ blue 53

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

Shades of Woodrush #414035

Tints of Woodrush #414035

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.16%

 BLUE value IS 53 (21.09% from 255) = 29.12%

R = 35.71%
G = 35.16%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.75

RGB Variations

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

Color information

#414035 (or 0x414035) is known color: Woodrush. HEX triplet: 41, 40 and 35. RGB value is (65,64,53). Sum of RGB (Red+Green+Blue) = 65+64+53=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 53 (21.09% from 255 or 29.12% from 182); Max value from RGB is 65 - color contains mainly: red. Hex color #414035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414035 is #BEBFCA. Grayscale: #3F3F3F. Windows color (decimal): -12500939 or 3489857. OLE color: 3489857.

HSL color Cylindrical-coordinate representation of color #414035: hue angle of 55º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #414035 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 64 53 -
CMYK 0 0.02 0.18 0.75
HSL 55º 0.1% 0.23% -
HSV(B) 55º 0.18% 0.25% -
XYZ 4.66 5.05 4.1 -
YUV 63.05 122.33 129.39 -
System Red Green Blue C M Y K H S L
Decimal 65 64 53 0 0.02 0.18 0.75 55 0.1 0.23
Hex 41 40 35 0 2 12 4B 37 A 17
Octal 101 100 65 0 2 22 113 67 12 27
Binary 1000001 1000000 110101 0 10 10010 1001011 110111 1010 10111

Color Harmonies of #414035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414035

Black with #414035

Text Example


Text Example

White with #414035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414035; }

 p { color: rgb(65,64,53); }

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

background-color css

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

 a { background-color: rgb(65,64,53); }

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

border-color css

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

 span { border-color: rgb(65,64,53); }

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