#3F1408

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

Shades of Brown Pod #3F1408

Tints of Brown Pod #3F1408

Color information

#3F1408 (or 0x3F1408) is unknown color: approx Brown Pod. HEX triplet: 3F, 14 and 08. RGB value is (63,20,8). Sum of RGB (Red+Green+Blue) = 63+20+8=91 (12% of max value = 765). Red value is 63 (25% from 255 or 69.23% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 8 (3.52% from 255 or 8.79% from 91); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1408 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1408 is #C0EBF7. Grayscale: #1F1F1F. Windows color (decimal): -12643320 or 529471. OLE color: 529471.

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

Color convert

RGB63208-
CMYK00.680.870.75
HSL13.09º77.46%13.92%-
HSV(B)13.09º87.3%24.71%-
XYZ2.341.570.41-
YUV31.49114.75150.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 69.23%
GREEN value IS 20 (8.20% from 255) = 21.98%
BLUE value IS 8 (3.52% from 255) = 8.79%
R=69.23%
G=21.98%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6320800.680.870.7513.0977.4613.92
Hex3F148044574Bd4de
Octal77241001041271131511516
Binary1111111010010000100010010101111001011110110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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