#3C1608

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

Shades of Brown Pod #3C1608

Tints of Brown Pod #3C1608

Color information

#3C1608 (or 0x3C1608) is unknown color: approx Brown Pod. HEX triplet: 3C, 16 and 08. RGB value is (60,22,8). Sum of RGB (Red+Green+Blue) = 60+22+8=90 (11% of max value = 765). Red value is 60 (23.83% from 255 or 66.67% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 8 (3.52% from 255 or 8.89% from 90); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1608 is #C3E9F7. Grayscale: #1F1F1F. Windows color (decimal): -12839416 or 529980. OLE color: 529980.

HSL color Cylindrical-coordinate representation of color #3C1608: hue angle of 16.15º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C1608 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.76.

Color convert

RGB60228-
CMYK00.630.870.76
HSL16.15º76.47%13.33%-
HSV(B)16.15º86.67%23.53%-
XYZ2.191.550.41-
YUV31.77114.59148.14-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 66.67%
GREEN value IS 22 (8.98% from 255) = 24.44%
BLUE value IS 8 (3.52% from 255) = 8.89%
R=66.67%
G=24.44%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.87
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6022800.630.870.7616.1576.4713.33
Hex3C16803F574C104cd
Octal7426100771271142011415
Binary1111001011010000111111101011110011001000010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,22,8); }

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

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

 a { background-color: rgb(60,22,8); }

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

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

 span { border-color: rgb(60,22,8); }

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