Html Css Color HEX #413A09 Madras

📋 copy color: '#413A09'

red 65 ◦ green 58 ◦ blue 9

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

Shades of Madras #413A09

Tints of Madras #413A09

RGB

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

 GREEN value IS 58 (23.05% from 255) = 43.94%

 BLUE value IS 9 (3.91% from 255) = 6.82%

R = 49.24%
G = 43.94%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#413A09 (or 0x413A09) is known color: Madras. HEX triplet: 41, 3A and 09. RGB value is (65,58,9). Sum of RGB (Red+Green+Blue) = 65+58+9=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 58 (23.05% from 255 or 43.94% from 132); Blue value is 9 (3.91% from 255 or 6.82% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #413A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413A09 is #BEC5F6. Grayscale: #363636. Windows color (decimal): -12502519 or 604737. OLE color: 604737.

HSL color Cylindrical-coordinate representation of color #413A09: hue angle of 52.5º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #413A09 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 58 9 -
CMYK 0 0.11 0.86 0.75
HSL 52.5º 0.76% 0.15% -
HSV(B) 52.5º 0.86% 0.25% -
XYZ 3.74 4.17 0.87 -
YUV 54.51 102.32 135.48 -
System Red Green Blue C M Y K H S L
Decimal 65 58 9 0 0.11 0.86 0.75 52.5 0.76 0.15
Hex 41 3A 9 0 B 56 4B 34 4C F
Octal 101 72 11 0 13 126 113 64 114 17
Binary 1000001 111010 1001 0 1011 1010110 1001011 110100 1001100 1111

Color Harmonies of #413A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A09

Black with #413A09

Text Example


Text Example

White with #413A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413A09; }

 p { color: rgb(65,58,9); }

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

background-color css

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

 a { background-color: rgb(65,58,9); }

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

border-color css

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

 span { border-color: rgb(65,58,9); }

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