#3F1305

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

Shades of Brown Pod #3F1305

Tints of Brown Pod #3F1305

Color information

#3F1305 (or 0x3F1305) is unknown color: approx Brown Pod. HEX triplet: 3F, 13 and 05. RGB value is (63,19,5). Sum of RGB (Red+Green+Blue) = 63+19+5=87 (11% of max value = 765). Red value is 63 (25% from 255 or 72.41% from 87); Green value is 19 (7.81% from 255 or 21.84% from 87); Blue value is 5 (2.34% from 255 or 5.75% from 87); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1305 is #C0ECFA. Grayscale: #1E1E1E. Windows color (decimal): -12643579 or 332607. OLE color: 332607.

HSL color Cylindrical-coordinate representation of color #3F1305: hue angle of 14.48º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F1305 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB63195-
CMYK00.700.920.75
HSL14.48º85.29%13.33%-
HSV(B)14.48º92.06%24.71%-
XYZ2.311.530.32-
YUV30.56113.58151.14-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 72.41%
GREEN value IS 19 (7.81% from 255) = 21.84%
BLUE value IS 5 (2.34% from 255) = 5.75%
R=72.41%
G=21.84%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6319500.700.920.7514.4885.2913.33
Hex3F1350465C4Be55d
Octal7723501061341131612515
Binary111111100111010100011010111001001011111010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,19,5); }

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

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

 a { background-color: rgb(63,19,5); }

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

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

 span { border-color: rgb(63,19,5); }

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