#3F380F

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

Shades of Madras #3F380F

Tints of Madras #3F380F

Color information

#3F380F (or 0x3F380F) is unknown color: approx Madras. HEX triplet: 3F, 38 and 0F. RGB value is (63,56,15). Sum of RGB (Red+Green+Blue) = 63+56+15=134 (17% of max value = 765). Red value is 63 (25% from 255 or 47.01% from 134); Green value is 56 (22.27% from 255 or 41.79% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 63 - color contains mainly: red. Hex color #3F380F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F380F is #C0C7F0. Grayscale: #353535. Windows color (decimal): -12634097 or 997439. OLE color: 997439.

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

Color convert

RGB635615-
CMYK00.110.760.75
HSL51.25º61.54%15.29%-
HSV(B)51.25º76.19%24.71%-
XYZ3.553.921.02-
YUV53.42106.32134.83-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 47.01%
GREEN value IS 56 (22.27% from 255) = 41.79%
BLUE value IS 15 (6.25% from 255) = 11.19%
R=47.01%
G=41.79%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.76
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63561500.110.760.7551.2561.5415.29
Hex3F38F0B4C4B333ef
Octal777017013114113637617
Binary111111111000111101011100110010010111100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F380F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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