#3B2600

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

Shades of Cocoa Brown #3B2600

Tints of Cocoa Brown #3B2600

Color information

#3B2600 (or 0x3B2600) is unknown color: approx Cocoa Brown. HEX triplet: 3B, 26 and 00. RGB value is (59,38,0). Sum of RGB (Red+Green+Blue) = 59+38+0=97 (12% of max value = 765). Red value is 59 (23.44% from 255 or 60.82% from 97); Green value is 38 (15.23% from 255 or 39.18% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2600 is #C4D9FF. Grayscale: #282828. Windows color (decimal): -12900864 or 9787. OLE color: 9787.

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

Color convert

RGB59380-
CMYK00.3610.77
HSL38.64º100%11.57%-
HSV(B)38.64º100%23.14%-
XYZ2.52.320.32-
YUV39.95105.46141.59-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 60.82%
GREEN value IS 38 (15.23% from 255) = 39.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.82%
G=39.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 1
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5938000.3610.7738.6410011.57
Hex3B260024644D2764c
Octal734600441441154714414
Binary111011100110001001001100100100110110011111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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