#3C1601

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

Shades of Brown Pod #3C1601

Tints of Brown Pod #3C1601

Color information

#3C1601 (or 0x3C1601) is unknown color: approx Brown Pod. HEX triplet: 3C, 16 and 01. RGB value is (60,22,1). Sum of RGB (Red+Green+Blue) = 60+22+1=83 (10% of max value = 765). Red value is 60 (23.83% from 255 or 72.29% from 83); Green value is 22 (8.98% from 255 or 26.51% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1601 is #C3E9FE. Grayscale: #1F1F1F. Windows color (decimal): -12839423 or 71228. OLE color: 71228.

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

Color convert

RGB60221-
CMYK00.630.980.76
HSL21.36º96.72%11.96%-
HSV(B)21.36º98.33%23.53%-
XYZ2.161.540.21-
YUV30.97111.09148.71-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 72.29%
GREEN value IS 22 (8.98% from 255) = 26.51%
BLUE value IS 1 (0.78% from 255) = 1.20%
R=72.29%
G=26.51%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.98
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6022100.630.980.7621.3696.7211.96
Hex3C16103F624C1561c
Octal742610771421142514114
Binary1111001011010111111110001010011001010111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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