Html Css Color HEX #413D0E Madras

📋 copy color: '#413D0E'

red 65 ◦ green 61 ◦ blue 14

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

Shades of Madras #413D0E

Tints of Madras #413D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10%

R = 46.43%
G = 43.57%
B = 10%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#413D0E (or 0x413D0E) is known color: Madras. HEX triplet: 41, 3D and 0E. RGB value is (65,61,14). Sum of RGB (Red+Green+Blue) = 65+61+14=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 61 (24.22% from 255 or 43.57% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #413D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413D0E is #BEC2F1. Grayscale: #393939. Windows color (decimal): -12501746 or 933185. OLE color: 933185.

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

Color convert

RGB 65 61 14 -
CMYK 0 0.06 0.78 0.75
HSL 55.29º 0.65% 0.15% -
HSV(B) 55.29º 0.78% 0.25% -
XYZ 3.93 4.49 1.08 -
YUV 56.84 103.83 133.82 -
System Red Green Blue C M Y K H S L
Decimal 65 61 14 0 0.06 0.78 0.75 55.29 0.65 0.15
Hex 41 3D E 0 6 4E 4B 37 41 F
Octal 101 75 16 0 6 116 113 67 101 17
Binary 1000001 111101 1110 0 110 1001110 1001011 110111 1000001 1111

Color Harmonies of #413D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D0E

Black with #413D0E

Text Example


Text Example

White with #413D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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