Html Css Color HEX #413600 Madras

📋 copy color: '#413600'

red 65 ◦ green 54 ◦ blue 0

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

Shades of Madras #413600

Tints of Madras #413600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.62%
G = 45.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#413600 (or 0x413600) is known color: Madras. HEX triplet: 41, 36 and 00. RGB value is (65,54,0). Sum of RGB (Red+Green+Blue) = 65+54+0=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 54 (21.48% from 255 or 45.38% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #413600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413600 is #BEC9FF. Grayscale: #333333. Windows color (decimal): -12503552 or 13889. OLE color: 13889.

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

Color convert

RGB 65 54 0 -
CMYK 0 0.17 1 0.75
HSL 49.85º 1% 0.13% -
HSV(B) 49.85º 1% 0.25% -
XYZ 3.5 3.76 0.54 -
YUV 51.13 99.14 137.89 -
System Red Green Blue C M Y K H S L
Decimal 65 54 0 0 0.17 1 0.75 49.85 1 0.13
Hex 41 36 0 0 11 64 4B 32 64 D
Octal 101 66 0 0 21 144 113 62 144 15
Binary 1000001 110110 0 0 10001 1100100 1001011 110010 1100100 1101

Color Harmonies of #413600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413600

Black with #413600

Text Example


Text Example

White with #413600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413600; }

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

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

background-color css

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

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

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

border-color css

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

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

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