#3C170B

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

Shades of Brown Pod #3C170B

Tints of Brown Pod #3C170B

Color information

#3C170B (or 0x3C170B) is unknown color: approx Brown Pod. HEX triplet: 3C, 17 and 0B. RGB value is (60,23,11). Sum of RGB (Red+Green+Blue) = 60+23+11=94 (12% of max value = 765). Red value is 60 (23.83% from 255 or 63.83% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 60 - color contains mainly: red. Hex color #3C170B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C170B is #C3E8F4. Grayscale: #202020. Windows color (decimal): -12839157 or 726844. OLE color: 726844.

HSL color Cylindrical-coordinate representation of color #3C170B: hue angle of 14.69º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C170B is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.76.

Color convert

RGB602311-
CMYK00.620.820.76
HSL14.69º69.01%13.92%-
HSV(B)14.69º81.67%23.53%-
XYZ2.231.60.51-
YUV32.69115.76147.48-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 63.83%
GREEN value IS 23 (9.38% from 255) = 24.47%
BLUE value IS 11 (4.69% from 255) = 11.70%
R=63.83%
G=24.47%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.82
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60231100.620.820.7614.6969.0113.92
Hex3C17B03E524Cf45e
Octal7427130761221141710516
Binary111100101111011011111010100101001100111110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,23,11); }

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

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

 a { background-color: rgb(60,23,11); }

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

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

 span { border-color: rgb(60,23,11); }

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