#3B1C08

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

Shades of Brown Pod #3B1C08

Tints of Brown Pod #3B1C08

Color information

#3B1C08 (or 0x3B1C08) is unknown color: approx Brown Pod. HEX triplet: 3B, 1C and 08. RGB value is (59,28,8). Sum of RGB (Red+Green+Blue) = 59+28+8=95 (12% of max value = 765). Red value is 59 (23.44% from 255 or 62.11% from 95); Green value is 28 (11.33% from 255 or 29.47% from 95); Blue value is 8 (3.52% from 255 or 8.42% from 95); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1C08 is #C4E3F7. Grayscale: #232323. Windows color (decimal): -12903416 or 531515. OLE color: 531515.

HSL color Cylindrical-coordinate representation of color #3B1C08: hue angle of 23.53º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B1C08 is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.77.

Color convert

RGB59288-
CMYK00.530.860.77
HSL23.53º76.12%13.14%-
HSV(B)23.53º86.44%23.14%-
XYZ2.261.780.45-
YUV34.99112.77145.13-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 62.11%
GREEN value IS 28 (11.33% from 255) = 29.47%
BLUE value IS 8 (3.52% from 255) = 8.42%
R=62.11%
G=29.47%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5928800.530.860.7723.5376.1213.14
Hex3B1C8035564D184cd
Octal7334100651261153011415
Binary1110111110010000110101101011010011011100010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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