#3F2700

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

Shades of Cocoa Brown #3F2700

Tints of Cocoa Brown #3F2700

Color information

#3F2700 (or 0x3F2700) is unknown color: approx Cocoa Brown. HEX triplet: 3F, 27 and 00. RGB value is (63,39,0). Sum of RGB (Red+Green+Blue) = 63+39+0=102 (13% of max value = 765). Red value is 63 (25% from 255 or 61.76% from 102); Green value is 39 (15.62% from 255 or 38.24% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2700 is #C0D8FF. Grayscale: #292929. Windows color (decimal): -12638464 or 10047. OLE color: 10047.

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

Color convert

RGB63390-
CMYK00.3810.75
HSL37.14º100%12.35%-
HSV(B)37.14º100%24.71%-
XYZ2.782.510.34-
YUV41.73104.45143.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 61.76%
GREEN value IS 39 (15.62% from 255) = 38.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.76%
G=38.24%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6339000.3810.7537.1410012.35
Hex3F270026644B2564c
Octal774700461441134514414
Binary111111100111001001101100100100101110010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,39,0); }

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

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

 a { background-color: rgb(63,39,0); }

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

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

 span { border-color: rgb(63,39,0); }

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