Html Css Color HEX #403A0F Madras

📋 copy color: '#403A0F'

red 64 ◦ green 58 ◦ blue 15

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

Shades of Madras #403A0F

Tints of Madras #403A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.95%

R = 46.72%
G = 42.34%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#403A0F (or 0x403A0F) is known color: Madras. HEX triplet: 40, 3A and 0F. RGB value is (64,58,15). Sum of RGB (Red+Green+Blue) = 64+58+15=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 58 (23.05% from 255 or 42.34% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #403A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403A0F is #BFC5F0. Grayscale: #373737. Windows color (decimal): -12568049 or 997952. OLE color: 997952.

HSL color Cylindrical-coordinate representation of color #403A0F: hue angle of 52.65º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #403A0F is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 58 15 -
CMYK 0 0.09 0.77 0.75
HSL 52.65º 0.62% 0.15% -
HSV(B) 52.65º 0.77% 0.25% -
XYZ 3.71 4.15 1.06 -
YUV 54.89 105.49 134.5 -
System Red Green Blue C M Y K H S L
Decimal 64 58 15 0 0.09 0.77 0.75 52.65 0.62 0.15
Hex 40 3A F 0 9 4D 4B 35 3E F
Octal 100 72 17 0 11 115 113 65 76 17
Binary 1000000 111010 1111 0 1001 1001101 1001011 110101 111110 1111

Color Harmonies of #403A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403A0F

Black with #403A0F

Text Example


Text Example

White with #403A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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