Html Css Color HEX #40380E Madras

📋 copy color: '#40380E'

red 64 ◦ green 56 ◦ blue 14

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

Shades of Madras #40380E

Tints of Madras #40380E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 41.79%

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

R = 47.76%
G = 41.79%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#40380E (or 0x40380E) is known color: Madras. HEX triplet: 40, 38 and 0E. RGB value is (64,56,14). Sum of RGB (Red+Green+Blue) = 64+56+14=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 56 (22.27% from 255 or 41.79% from 134); Blue value is 14 (5.86% from 255 or 10.45% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #40380E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40380E is #BFC7F1. Grayscale: #353535. Windows color (decimal): -12568562 or 931904. OLE color: 931904.

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

Color convert

RGB 64 56 14 -
CMYK 0 0.13 0.78 0.75
HSL 50.4º 0.64% 0.15% -
HSV(B) 50.4º 0.78% 0.25% -
XYZ 3.61 3.95 0.99 -
YUV 53.6 105.65 135.42 -
System Red Green Blue C M Y K H S L
Decimal 64 56 14 0 0.13 0.78 0.75 50.4 0.64 0.15
Hex 40 38 E 0 D 4E 4B 32 40 F
Octal 100 70 16 0 15 116 113 62 100 17
Binary 1000000 111000 1110 0 1101 1001110 1001011 110010 1000000 1111

Color Harmonies of #40380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40380E

Black with #40380E

Text Example


Text Example

White with #40380E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40380E; }

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

 H1.HeaderClassName
 {
   color: #40380E;
 }
 .AnyTagClassName
 {
   color: #40380E;
 }
</style>

background-color css

<style>
 a { background-color: #40380E; }

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

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

border-color css

<style>
 span { border-color: #40380E; }

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

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