Html Css Color HEX #40380F Madras

📋 copy color: '#40380F'

red 64 ◦ green 56 ◦ blue 15

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

Shades of Madras #40380F

Tints of Madras #40380F

RGB

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

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

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

R = 47.41%
G = 41.48%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#40380F (or 0x40380F) is known color: Madras. HEX triplet: 40, 38 and 0F. RGB value is (64,56,15). Sum of RGB (Red+Green+Blue) = 64+56+15=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #40380F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40380F is #BFC7F0. Grayscale: #353535. Windows color (decimal): -12568561 or 997440. OLE color: 997440.

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

Color convert

RGB 64 56 15 -
CMYK 0 0.13 0.77 0.75
HSL 50.2º 0.62% 0.15% -
HSV(B) 50.2º 0.77% 0.25% -
XYZ 3.61 3.95 1.02 -
YUV 53.72 106.15 135.33 -
System Red Green Blue C M Y K H S L
Decimal 64 56 15 0 0.13 0.77 0.75 50.2 0.62 0.15
Hex 40 38 F 0 D 4D 4B 32 3E F
Octal 100 70 17 0 15 115 113 62 76 17
Binary 1000000 111000 1111 0 1101 1001101 1001011 110010 111110 1111

Color Harmonies of #40380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40380F

Black with #40380F

Text Example


Text Example

White with #40380F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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