#3F2103

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

Shades of Cocoa Brown #3F2103

Tints of Cocoa Brown #3F2103

Color information

#3F2103 (or 0x3F2103) is unknown color: approx Cocoa Brown. HEX triplet: 3F, 21 and 03. RGB value is (63,33,3). Sum of RGB (Red+Green+Blue) = 63+33+3=99 (13% of max value = 765). Red value is 63 (25% from 255 or 63.64% from 99); Green value is 33 (13.28% from 255 or 33.33% from 99); Blue value is 3 (1.56% from 255 or 3.03% from 99); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2103 is #C0DEFC. Grayscale: #262626. Windows color (decimal): -12639997 or 205119. OLE color: 205119.

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

Color convert

RGB63333-
CMYK00.480.950.75
HSL30º90.91%12.94%-
HSV(B)30º95.24%24.71%-
XYZ2.612.150.36-
YUV38.55107.94145.44-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 63.64%
GREEN value IS 33 (13.28% from 255) = 33.33%
BLUE value IS 3 (1.56% from 255) = 3.03%
R=63.64%
G=33.33%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6333300.480.950.753090.9112.94
Hex3F2130305F4B1e5bd
Octal774130601371133613315
Binary111111100001110110000101111110010111111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,33,3); }

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

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

 a { background-color: rgb(63,33,3); }

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

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

 span { border-color: rgb(63,33,3); }

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