#3F180F

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

Shades of Brown Pod #3F180F

Tints of Brown Pod #3F180F

Color information

#3F180F (or 0x3F180F) is unknown color: approx Brown Pod. HEX triplet: 3F, 18 and 0F. RGB value is (63,24,15). Sum of RGB (Red+Green+Blue) = 63+24+15=102 (13% of max value = 765). Red value is 63 (25% from 255 or 61.76% from 102); Green value is 24 (9.77% from 255 or 23.53% from 102); Blue value is 15 (6.25% from 255 or 14.71% from 102); Max value from RGB is 63 - color contains mainly: red. Hex color #3F180F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F180F is #C0E7F0. Grayscale: #222222. Windows color (decimal): -12642289 or 989247. OLE color: 989247.

HSL color Cylindrical-coordinate representation of color #3F180F: hue angle of 11.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 #3F180F is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.75.

Color convert

RGB632415-
CMYK00.620.760.75
HSL11.25º61.54%15.29%-
HSV(B)11.25º76.19%24.71%-
XYZ2.461.740.66-
YUV34.64116.92148.23-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 61.76%
GREEN value IS 24 (9.77% from 255) = 23.53%
BLUE value IS 15 (6.25% from 255) = 14.71%
R=61.76%
G=23.53%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.76
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63241500.620.760.7511.2561.5415.29
Hex3F18F03E4C4Bb3ef
Octal773017076114113137617
Binary11111111000111101111101001100100101110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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