Html Css Color HEX #413C0E Madras

📋 copy color: '#413C0E'

red 65 ◦ green 60 ◦ blue 14

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

Shades of Madras #413C0E

Tints of Madras #413C0E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 43.17%

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

R = 46.76%
G = 43.17%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#413C0E (or 0x413C0E) is known color: Madras. HEX triplet: 41, 3C and 0E. RGB value is (65,60,14). Sum of RGB (Red+Green+Blue) = 65+60+14=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 60 (23.83% from 255 or 43.17% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #413C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413C0E is #BEC3F1. Grayscale: #383838. Windows color (decimal): -12502002 or 932929. OLE color: 932929.

HSL color Cylindrical-coordinate representation of color #413C0E: hue angle of 54.12º 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 #413C0E is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 60 14 -
CMYK 0 0.08 0.78 0.75
HSL 54.12º 0.65% 0.15% -
HSV(B) 54.12º 0.78% 0.25% -
XYZ 3.88 4.39 1.06 -
YUV 56.25 104.16 134.24 -
System Red Green Blue C M Y K H S L
Decimal 65 60 14 0 0.08 0.78 0.75 54.12 0.65 0.15
Hex 41 3C E 0 8 4E 4B 36 41 F
Octal 101 74 16 0 10 116 113 66 101 17
Binary 1000001 111100 1110 0 1000 1001110 1001011 110110 1000001 1111

Color Harmonies of #413C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C0E

Black with #413C0E

Text Example


Text Example

White with #413C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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