#3B260F

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

Shades of Cocoa Brown #3B260F

Tints of Cocoa Brown #3B260F

Color information

#3B260F (or 0x3B260F) is unknown color: approx Cocoa Brown. HEX triplet: 3B, 26 and 0F. RGB value is (59,38,15). Sum of RGB (Red+Green+Blue) = 59+38+15=112 (14% of max value = 765). Red value is 59 (23.44% from 255 or 52.68% from 112); Green value is 38 (15.23% from 255 or 33.93% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 59 - color contains mainly: red. Hex color #3B260F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B260F is #C4D9F0. Grayscale: #292929. Windows color (decimal): -12900849 or 992827. OLE color: 992827.

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

Color convert

RGB593815-
CMYK00.360.750.77
HSL31.36º59.46%14.51%-
HSV(B)31.36º74.58%23.14%-
XYZ2.582.350.77-
YUV41.66112.96140.37-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 52.68%
GREEN value IS 38 (15.23% from 255) = 33.93%
BLUE value IS 15 (6.25% from 255) = 13.39%
R=52.68%
G=33.93%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.75
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59381500.360.750.7731.3659.4614.51
Hex3B26F0244B4D1f3bf
Octal734617044113115377317
Binary1110111001101111010010010010111001101111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B260F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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