#3f2b10

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

Shades of Cocoa Brown #3F2B10

Tints of Cocoa Brown #3F2B10

Color information

#3F2B10 (or 0x3F2B10) is unknown color: approx Cocoa Brown. HEX triplet: 3F, 2B and 10. RGB value is (63,43,16). Sum of RGB (Red+Green+Blue) = 63+43+16=122 (16% of max value = 765). Red value is 63 (25% from 255 or 51.64% from 122); Green value is 43 (17.19% from 255 or 35.25% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2B10 is #C0D4EF. Grayscale: #2E2E2E. Windows color (decimal): -12637424 or 1059647. OLE color: 1059647.

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

Color convert

RGB634316-
CMYK00.320.750.75
HSL34.47º59.49%15.49%-
HSV(B)34.47º74.6%24.71%-
XYZ3.012.820.88-
YUV45.9111.13140.2-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 51.64%
GREEN value IS 43 (17.19% from 255) = 35.25%
BLUE value IS 16 (6.64% from 255) = 13.11%
R=51.64%
G=35.25%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63431600.320.750.7534.4759.4915.49
Hex3F2B100204B4B223bf
Octal775320040113113427317
Binary111111101011100000100000100101110010111000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f2b10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,43,16); }

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

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

 a { background-color: rgb(63,43,16); }

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

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

 span { border-color: rgb(63,43,16); }

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