Html Css Color HEX #403A0E Madras

📋 copy color: '#403A0E'

red 64 ◦ green 58 ◦ blue 14

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

Shades of Madras #403A0E

Tints of Madras #403A0E

RGB

 RED value IS 64 (25.39% from 255) = 47.06%

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

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

R = 47.06%
G = 42.65%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#403A0E (or 0x403A0E) is known color: Madras. HEX triplet: 40, 3A and 0E. RGB value is (64,58,14). Sum of RGB (Red+Green+Blue) = 64+58+14=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 58 (23.05% from 255 or 42.65% from 136); Blue value is 14 (5.86% from 255 or 10.29% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #403A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403A0E is #BFC5F1. Grayscale: #363636. Windows color (decimal): -12568050 or 932416. OLE color: 932416.

HSL color Cylindrical-coordinate representation of color #403A0E: hue angle of 52.8º degrees, saturation: 0.64, 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 #403A0E is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 58 14 -
CMYK 0 0.09 0.78 0.75
HSL 52.8º 0.64% 0.15% -
HSV(B) 52.8º 0.78% 0.25% -
XYZ 3.71 4.15 1.02 -
YUV 54.78 104.99 134.58 -
System Red Green Blue C M Y K H S L
Decimal 64 58 14 0 0.09 0.78 0.75 52.8 0.64 0.15
Hex 40 3A E 0 9 4E 4B 35 40 F
Octal 100 72 16 0 11 116 113 65 100 17
Binary 1000000 111010 1110 0 1001 1001110 1001011 110101 1000000 1111

Color Harmonies of #403A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403A0E

Black with #403A0E

Text Example


Text Example

White with #403A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403A0E; }

 p { color: rgb(64,58,14); }

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

background-color css

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

 a { background-color: rgb(64,58,14); }

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

border-color css

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

 span { border-color: rgb(64,58,14); }

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