#3F230C

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

Shades of Bistre #3F230C

Tints of Bistre #3F230C

Color information

#3F230C (or 0x3F230C) is unknown color: approx Bistre. HEX triplet: 3F, 23 and 0C. RGB value is (63,35,12). Sum of RGB (Red+Green+Blue) = 63+35+12=110 (14% of max value = 765). Red value is 63 (25% from 255 or 57.27% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 63 - color contains mainly: red. Hex color #3F230C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F230C is #C0DCF3. Grayscale: #282828. Windows color (decimal): -12639476 or 795455. OLE color: 795455.

HSL color Cylindrical-coordinate representation of color #3F230C: hue angle of 27.06º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F230C is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB633512-
CMYK00.440.810.75
HSL27.06º68%14.71%-
HSV(B)27.06º80.95%24.71%-
XYZ2.722.290.65-
YUV40.75111.78143.87-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 57.27%
GREEN value IS 35 (14.06% from 255) = 31.82%
BLUE value IS 12 (5.08% from 255) = 10.91%
R=57.27%
G=31.82%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63351200.440.810.7527.066814.71
Hex3F23C02C514B1b44f
Octal7743140541211133310417
Binary11111110001111000101100101000110010111101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F230C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,35,12); }

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

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

 a { background-color: rgb(63,35,12); }

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

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

 span { border-color: rgb(63,35,12); }

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