Html Css Color HEX #413D12 Madras

📋 copy color: '#413D12'

red 65 ◦ green 61 ◦ blue 18

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

Shades of Madras #413D12

Tints of Madras #413D12

RGB

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

 GREEN value IS 61 (24.22% from 255) = 42.36%

 BLUE value IS 18 (7.42% from 255) = 12.5%

R = 45.14%
G = 42.36%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#413D12 (or 0x413D12) is known color: Madras. HEX triplet: 41, 3D and 12. RGB value is (65,61,18). Sum of RGB (Red+Green+Blue) = 65+61+18=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 61 (24.22% from 255 or 42.36% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #413D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413D12 is #BEC2ED. Grayscale: #393939. Windows color (decimal): -12501742 or 1195329. OLE color: 1195329.

HSL color Cylindrical-coordinate representation of color #413D12: hue angle of 54.89º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #413D12 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 61 18 -
CMYK 0 0.06 0.72 0.75
HSL 54.89º 0.57% 0.16% -
HSV(B) 54.89º 0.72% 0.25% -
XYZ 3.96 4.5 1.23 -
YUV 57.29 105.83 133.5 -
System Red Green Blue C M Y K H S L
Decimal 65 61 18 0 0.06 0.72 0.75 54.89 0.57 0.16
Hex 41 3D 12 0 6 48 4B 37 39 10
Octal 101 75 22 0 6 110 113 67 71 20
Binary 1000001 111101 10010 0 110 1001000 1001011 110111 111001 10000

Color Harmonies of #413D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D12

Black with #413D12

Text Example


Text Example

White with #413D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,61,18); }

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

background-color css

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

 a { background-color: rgb(65,61,18); }

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

border-color css

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

 span { border-color: rgb(65,61,18); }

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