Html Css Color HEX #414017 Madras

📋 copy color: '#414017'

red 65 ◦ green 64 ◦ blue 23

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

Shades of Madras #414017

Tints of Madras #414017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 15.13%

R = 42.76%
G = 42.11%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.75

RGB Variations

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

Color information

#414017 (or 0x414017) is known color: Madras. HEX triplet: 41, 40 and 17. RGB value is (65,64,23). Sum of RGB (Red+Green+Blue) = 65+64+23=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #414017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414017 is #BEBFE8. Grayscale: #3B3B3B. Windows color (decimal): -12500969 or 1523777. OLE color: 1523777.

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

Color convert

RGB 65 64 23 -
CMYK 0 0.02 0.65 0.75
HSL 58.57º 0.48% 0.17% -
HSV(B) 58.57º 0.65% 0.25% -
XYZ 4.17 4.85 1.53 -
YUV 59.63 107.33 131.83 -
System Red Green Blue C M Y K H S L
Decimal 65 64 23 0 0.02 0.65 0.75 58.57 0.48 0.17
Hex 41 40 17 0 2 41 4B 3B 30 11
Octal 101 100 27 0 2 101 113 73 60 21
Binary 1000001 1000000 10111 0 10 1000001 1001011 111011 110000 10001

Color Harmonies of #414017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414017

Black with #414017

Text Example


Text Example

White with #414017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414017; }

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

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

background-color css

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

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

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

border-color css

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

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

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