#3B1C00

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

Shades of Brown Pod #3B1C00

Tints of Brown Pod #3B1C00

Color information

#3B1C00 (or 0x3B1C00) is unknown color: approx Brown Pod. HEX triplet: 3B, 1C and 00. RGB value is (59,28,0). Sum of RGB (Red+Green+Blue) = 59+28+0=87 (11% of max value = 765). Red value is 59 (23.44% from 255 or 67.82% from 87); Green value is 28 (11.33% from 255 or 32.18% from 87); Blue value is 0 (0.39% from 255 or 0% from 87); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1C00 is #C4E3FF. Grayscale: #222222. Windows color (decimal): -12903424 or 7227. OLE color: 7227.

HSL color Cylindrical-coordinate representation of color #3B1C00: hue angle of 28.47º 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 #3B1C00 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.77.

Color convert

RGB59280-
CMYK00.5310.77
HSL28.47º100%11.57%-
HSV(B)28.47º100%23.14%-
XYZ2.221.760.22-
YUV34.08108.77145.78-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 67.82%
GREEN value IS 28 (11.33% from 255) = 32.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.82%
G=32.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 1
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5928000.5310.7728.4710011.57
Hex3B1C0035644D1c64c
Octal733400651441153414414
Binary1110111110000110101110010010011011110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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