Html Css Color HEX #403C0C Madras

📋 copy color: '#403C0C'

red 64 ◦ green 60 ◦ blue 12

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

Shades of Madras #403C0C

Tints of Madras #403C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.82%

R = 47.06%
G = 44.12%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#403C0C (or 0x403C0C) is known color: Madras. HEX triplet: 40, 3C and 0C. RGB value is (64,60,12). Sum of RGB (Red+Green+Blue) = 64+60+12=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 60 (23.83% from 255 or 44.12% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #403C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403C0C is #BFC3F3. Grayscale: #373737. Windows color (decimal): -12567540 or 801856. OLE color: 801856.

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

Color convert

RGB 64 60 12 -
CMYK 0 0.06 0.81 0.75
HSL 55.38º 0.68% 0.15% -
HSV(B) 55.38º 0.81% 0.25% -
XYZ 3.8 4.35 0.99 -
YUV 55.72 103.33 133.9 -
System Red Green Blue C M Y K H S L
Decimal 64 60 12 0 0.06 0.81 0.75 55.38 0.68 0.15
Hex 40 3C C 0 6 51 4B 37 44 F
Octal 100 74 14 0 6 121 113 67 104 17
Binary 1000000 111100 1100 0 110 1010001 1001011 110111 1000100 1111

Color Harmonies of #403C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403C0C

Black with #403C0C

Text Example


Text Example

White with #403C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,60,12); }

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

background-color css

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

 a { background-color: rgb(64,60,12); }

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

border-color css

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

 span { border-color: rgb(64,60,12); }

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