#3F3A08

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

Shades of Madras #3F3A08

Tints of Madras #3F3A08

Color information

#3F3A08 (or 0x3F3A08) is unknown color: approx Madras. HEX triplet: 3F, 3A and 08. RGB value is (63,58,8). Sum of RGB (Red+Green+Blue) = 63+58+8=129 (17% of max value = 765). Red value is 63 (25% from 255 or 48.84% from 129); Green value is 58 (23.05% from 255 or 44.96% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3A08 is #C0C5F7. Grayscale: #363636. Windows color (decimal): -12633592 or 539199. OLE color: 539199.

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

Color convert

RGB63588-
CMYK00.080.870.75
HSL54.55º77.46%13.92%-
HSV(B)54.55º87.3%24.71%-
XYZ3.614.10.83-
YUV53.79102.16134.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 48.84%
GREEN value IS 58 (23.05% from 255) = 44.96%
BLUE value IS 8 (3.52% from 255) = 6.20%
R=48.84%
G=44.96%
B=6.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6358800.080.870.7554.5577.4613.92
Hex3F3A808574B374de
Octal7772100101271136711516
Binary1111111110101000010001010111100101111011110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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