#3F380E

Color #3F380E Madras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madras #3F380E

Tints of Madras #3F380E

Color information

#3F380E (or 0x3F380E) is unknown color: approx Madras. HEX triplet: 3F, 38 and 0E. RGB value is (63,56,14). Sum of RGB (Red+Green+Blue) = 63+56+14=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 56 (22.27% from 255 or 42.11% from 133); Blue value is 14 (5.86% from 255 or 10.53% from 133); Max value from RGB is 63 - color contains mainly: red. Hex color #3F380E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F380E is #C0C7F1. Grayscale: #353535. Windows color (decimal): -12634098 or 931903. OLE color: 931903.

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

Color convert

RGB635614-
CMYK00.110.780.75
HSL51.43º63.64%15.1%-
HSV(B)51.43º77.78%24.71%-
XYZ3.543.920.98-
YUV53.31105.82134.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 47.37%
GREEN value IS 56 (22.27% from 255) = 42.11%
BLUE value IS 14 (5.86% from 255) = 10.53%
R=47.37%
G=42.11%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63561400.110.780.7551.4363.6415.1
Hex3F38E0B4E4B3340f
Octal7770160131161136310017
Binary1111111110001110010111001110100101111001110000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F380E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F380E; }

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

 H1.HeaderClassName
 {
   color: #3F380E;
 }
 .AnyTagClassName
 {
   color: #3F380E;
 }
</style>
background-color css

<style>
 a { background-color: #3F380E; }

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

 div.DivClassName
 {
   background-color: #3F380E;
 }
 .BgClassName
 {
   background-color: #3F380E;
 }
</style>
border-color css

<style>
 span { border-color: #3F380E; }

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

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