Html Css Color HEX #41403A Woodrush

📋 copy color: '#41403A'

red 65 ◦ green 64 ◦ blue 58

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

Shades of Woodrush #41403A

Tints of Woodrush #41403A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 31.02%

R = 34.76%
G = 34.22%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#41403A (or 0x41403A) is known color: Woodrush. HEX triplet: 41, 40 and 3A. RGB value is (65,64,58). Sum of RGB (Red+Green+Blue) = 65+64+58=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 65 - color contains mainly: red. Hex color #41403A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41403A is #BEBFC5. Grayscale: #3F3F3F. Windows color (decimal): -12500934 or 3817537. OLE color: 3817537.

HSL color Cylindrical-coordinate representation of color #41403A: hue angle of 51.43º degrees, saturation: 0.06, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #41403A is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 64 58 -
CMYK 0 0.02 0.11 0.75
HSL 51.43º 0.06% 0.24% -
HSV(B) 51.43º 0.11% 0.25% -
XYZ 4.78 5.1 4.73 -
YUV 63.62 124.83 128.99 -
System Red Green Blue C M Y K H S L
Decimal 65 64 58 0 0.02 0.11 0.75 51.43 0.06 0.24
Hex 41 40 3A 0 2 B 4B 33 6 18
Octal 101 100 72 0 2 13 113 63 6 30
Binary 1000001 1000000 111010 0 10 1011 1001011 110011 110 11000

Color Harmonies of #41403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41403A

Black with #41403A

Text Example


Text Example

White with #41403A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41403A; }

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

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

background-color css

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

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

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

border-color css

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

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

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