Html Css Color HEX #413804 Madras

📋 copy color: '#413804'

red 65 ◦ green 56 ◦ blue 4

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

Shades of Madras #413804

Tints of Madras #413804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.2%

R = 52%
G = 44.8%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#413804 (or 0x413804) is known color: Madras. HEX triplet: 41, 38 and 04. RGB value is (65,56,4). Sum of RGB (Red+Green+Blue) = 65+56+4=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 56 (22.27% from 255 or 44.8% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #413804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413804 is #BEC7FB. Grayscale: #343434. Windows color (decimal): -12503036 or 276545. OLE color: 276545.

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

Color convert

RGB 65 56 4 -
CMYK 0 0.14 0.94 0.75
HSL 51.15º 0.88% 0.14% -
HSV(B) 51.15º 0.94% 0.25% -
XYZ 3.62 3.96 0.69 -
YUV 52.76 100.48 136.73 -
System Red Green Blue C M Y K H S L
Decimal 65 56 4 0 0.14 0.94 0.75 51.15 0.88 0.14
Hex 41 38 4 0 E 5E 4B 33 58 E
Octal 101 70 4 0 16 136 113 63 130 16
Binary 1000001 111000 100 0 1110 1011110 1001011 110011 1011000 1110

Color Harmonies of #413804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413804

Black with #413804

Text Example


Text Example

White with #413804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413804; }

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

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

background-color css

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

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

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

border-color css

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

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

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