Html Css Color HEX #413606 Madras

📋 copy color: '#413606'

red 65 ◦ green 54 ◦ blue 6

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

Shades of Madras #413606

Tints of Madras #413606

RGB

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

 GREEN value IS 54 (21.48% from 255) = 43.2%

 BLUE value IS 6 (2.73% from 255) = 4.8%

R = 52%
G = 43.2%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#413606 (or 0x413606) is known color: Madras. HEX triplet: 41, 36 and 06. RGB value is (65,54,6). Sum of RGB (Red+Green+Blue) = 65+54+6=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 54 (21.48% from 255 or 43.2% from 125); Blue value is 6 (2.73% from 255 or 4.8% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #413606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413606 is #BEC9F9. Grayscale: #343434. Windows color (decimal): -12503546 or 407105. OLE color: 407105.

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

Color convert

RGB 65 54 6 -
CMYK 0 0.17 0.91 0.75
HSL 48.81º 0.83% 0.14% -
HSV(B) 48.81º 0.91% 0.25% -
XYZ 3.53 3.78 0.71 -
YUV 51.82 102.14 137.4 -
System Red Green Blue C M Y K H S L
Decimal 65 54 6 0 0.17 0.91 0.75 48.81 0.83 0.14
Hex 41 36 6 0 11 5B 4B 31 53 E
Octal 101 66 6 0 21 133 113 61 123 16
Binary 1000001 110110 110 0 10001 1011011 1001011 110001 1010011 1110

Color Harmonies of #413606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413606

Black with #413606

Text Example


Text Example

White with #413606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413606; }

 p { color: rgb(65,54,6); }

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

background-color css

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

 a { background-color: rgb(65,54,6); }

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

border-color css

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

 span { border-color: rgb(65,54,6); }

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