#3B1603

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

Shades of Brown Pod #3B1603

Tints of Brown Pod #3B1603

Color information

#3B1603 (or 0x3B1603) is unknown color: approx Brown Pod. HEX triplet: 3B, 16 and 03. RGB value is (59,22,3). Sum of RGB (Red+Green+Blue) = 59+22+3=84 (11% of max value = 765). Red value is 59 (23.44% from 255 or 70.24% from 84); Green value is 22 (8.98% from 255 or 26.19% from 84); Blue value is 3 (1.56% from 255 or 3.57% from 84); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1603 is #C4E9FC. Grayscale: #1F1F1F. Windows color (decimal): -12904957 or 202299. OLE color: 202299.

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

Color convert

RGB59223-
CMYK00.630.950.77
HSL20.36º90.32%12.16%-
HSV(B)20.36º94.92%23.14%-
XYZ2.111.510.27-
YUV30.9112.26148.04-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 70.24%
GREEN value IS 22 (8.98% from 255) = 26.19%
BLUE value IS 3 (1.56% from 255) = 3.57%
R=70.24%
G=26.19%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.95
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5922300.630.950.7720.3690.3212.16
Hex3B16303F5F4D145ac
Octal732630771371152413214
Binary11101110110110111111101111110011011010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,22,3); }

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

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

 a { background-color: rgb(59,22,3); }

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

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

 span { border-color: rgb(59,22,3); }

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