#3B260D

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

Shades of Cocoa Brown #3B260D

Tints of Cocoa Brown #3B260D

Color information

#3B260D (or 0x3B260D) is unknown color: approx Cocoa Brown. HEX triplet: 3B, 26 and 0D. RGB value is (59,38,13). Sum of RGB (Red+Green+Blue) = 59+38+13=110 (14% of max value = 765). Red value is 59 (23.44% from 255 or 53.64% from 110); Green value is 38 (15.23% from 255 or 34.55% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 59 - color contains mainly: red. Hex color #3B260D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B260D is #C4D9F2. Grayscale: #292929. Windows color (decimal): -12900851 or 861755. OLE color: 861755.

HSL color Cylindrical-coordinate representation of color #3B260D: hue angle of 32.61º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B260D is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.77.

Color convert

RGB593813-
CMYK00.360.780.77
HSL32.61º63.89%14.12%-
HSV(B)32.61º77.97%23.14%-
XYZ2.572.350.7-
YUV41.43111.96140.53-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 53.64%
GREEN value IS 38 (15.23% from 255) = 34.55%
BLUE value IS 13 (5.47% from 255) = 11.82%
R=53.64%
G=34.55%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59381300.360.780.7732.6163.8914.12
Hex3B26D0244E4D2140e
Octal7346150441161154110016
Binary111011100110110101001001001110100110110000110000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,38,13); }

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

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

 a { background-color: rgb(59,38,13); }

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

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

 span { border-color: rgb(59,38,13); }

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