Html Css Color HEX #413900 Madras

📋 copy color: '#413900'

red 65 ◦ green 57 ◦ blue 0

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

Shades of Madras #413900

Tints of Madras #413900

RGB

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

 GREEN value IS 57 (22.66% from 255) = 46.72%

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

R = 53.28%
G = 46.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#413900 (or 0x413900) is known color: Madras. HEX triplet: 41, 39 and 00. RGB value is (65,57,0). Sum of RGB (Red+Green+Blue) = 65+57+0=122 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.28% from 122); Green value is 57 (22.66% from 255 or 46.72% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 65 - color contains mainly: red. Hex color #413900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413900 is #BEC6FF. Grayscale: #353535. Windows color (decimal): -12502784 or 14657. OLE color: 14657.

HSL color Cylindrical-coordinate representation of color #413900: hue angle of 52.62º 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 #413900 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 57 0 -
CMYK 0 0.12 1 0.75
HSL 52.62º 1% 0.13% -
HSV(B) 52.62º 1% 0.25% -
XYZ 3.64 4.05 0.59 -
YUV 52.89 98.15 136.63 -
System Red Green Blue C M Y K H S L
Decimal 65 57 0 0 0.12 1 0.75 52.62 1 0.13
Hex 41 39 0 0 C 64 4B 35 64 D
Octal 101 71 0 0 14 144 113 65 144 15
Binary 1000001 111001 0 0 1100 1100100 1001011 110101 1100100 1101

Color Harmonies of #413900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413900

Black with #413900

Text Example


Text Example

White with #413900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413900; }

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

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

background-color css

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

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

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

border-color css

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

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

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