Html Css Color HEX #413800 Madras

📋 copy color: '#413800'

red 65 ◦ green 56 ◦ blue 0

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

Shades of Madras #413800

Tints of Madras #413800

RGB

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

 GREEN value IS 56 (22.27% from 255) = 46.28%

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

R = 53.72%
G = 46.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#413800 (or 0x413800) is known color: Madras. HEX triplet: 41, 38 and 00. RGB value is (65,56,0). Sum of RGB (Red+Green+Blue) = 65+56+0=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #413800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413800 is #BEC7FF. Grayscale: #343434. Windows color (decimal): -12503040 or 14401. OLE color: 14401.

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

Color convert

RGB 65 56 0 -
CMYK 0 0.14 1 0.75
HSL 51.69º 1% 0.13% -
HSV(B) 51.69º 1% 0.25% -
XYZ 3.59 3.95 0.57 -
YUV 52.31 98.48 137.05 -
System Red Green Blue C M Y K H S L
Decimal 65 56 0 0 0.14 1 0.75 51.69 1 0.13
Hex 41 38 0 0 E 64 4B 34 64 D
Octal 101 70 0 0 16 144 113 64 144 15
Binary 1000001 111000 0 0 1110 1100100 1001011 110100 1100100 1101

Color Harmonies of #413800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413800

Black with #413800

Text Example


Text Example

White with #413800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413800; }

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

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

background-color css

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

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

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

border-color css

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

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

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