#3B1D02

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

Shades of Cocoa Brown #3B1D02

Tints of Cocoa Brown #3B1D02

Color information

#3B1D02 (or 0x3B1D02) is unknown color: approx Cocoa Brown. HEX triplet: 3B, 1D and 02. RGB value is (59,29,2). Sum of RGB (Red+Green+Blue) = 59+29+2=90 (11% of max value = 765). Red value is 59 (23.44% from 255 or 65.56% from 90); Green value is 29 (11.72% from 255 or 32.22% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1D02 is #C4E2FD. Grayscale: #232323. Windows color (decimal): -12903166 or 138555. OLE color: 138555.

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

Color convert

RGB59292-
CMYK00.510.970.77
HSL28.42º93.44%11.96%-
HSV(B)28.42º96.61%23.14%-
XYZ2.251.810.29-
YUV34.89109.44145.2-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 65.56%
GREEN value IS 29 (11.72% from 255) = 32.22%
BLUE value IS 2 (1.17% from 255) = 2.22%
R=65.56%
G=32.22%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.97
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5929200.510.970.7728.4293.4411.96
Hex3B1D2033614D1c5dc
Octal733520631411153413514
Binary11101111101100110011110000110011011110010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,29,2); }

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

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

 a { background-color: rgb(59,29,2); }

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

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

 span { border-color: rgb(59,29,2); }

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