#3F3A00

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

Shades of Madras #3F3A00

Tints of Madras #3F3A00

Color information

#3F3A00 (or 0x3F3A00) is unknown color: approx Madras. HEX triplet: 3F, 3A and 00. RGB value is (63,58,0). Sum of RGB (Red+Green+Blue) = 63+58+0=121 (16% of max value = 765). Red value is 63 (25% from 255 or 52.07% from 121); Green value is 58 (23.05% from 255 or 47.93% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3A00 is #C0C5FF. Grayscale: #353535. Windows color (decimal): -12633600 or 14911. OLE color: 14911.

HSL color Cylindrical-coordinate representation of color #3F3A00: hue angle of 55.24º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F3A00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB63580-
CMYK00.0810.75
HSL55.24º100%12.35%-
HSV(B)55.24º100%24.71%-
XYZ3.564.080.6-
YUV52.8898.16135.22-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 52.07%
GREEN value IS 58 (23.05% from 255) = 47.93%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.07%
G=47.93%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6358000.0810.7555.2410012.35
Hex3F3A008644B3764c
Octal777200101441136714414
Binary1111111110100010001100100100101111011111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,58,0); }

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

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

 a { background-color: rgb(63,58,0); }

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

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

 span { border-color: rgb(63,58,0); }

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