#41170C

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

Shades of Brown Pod #41170C

Tints of Brown Pod #41170C

Color information

#41170C (or 0x41170C) is unknown color: approx Brown Pod. HEX triplet: 41, 17 and 0C. RGB value is (65,23,12). Sum of RGB (Red+Green+Blue) = 65+23+12=100 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65% from 100); Green value is 23 (9.38% from 255 or 23% from 100); Blue value is 12 (5.08% from 255 or 12% from 100); Max value from RGB is 65 - color contains mainly: red. Hex color #41170C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41170C is #BEE8F3. Grayscale: #222222. Windows color (decimal): -12511476 or 792385. OLE color: 792385.

HSL color Cylindrical-coordinate representation of color #41170C: hue angle of 12.45º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #41170C is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.75.

Color convert

RGB652312-
CMYK00.650.820.75
HSL12.45º68.83%15.1%-
HSV(B)12.45º81.54%25.49%-
XYZ2.551.760.55-
YUV34.3115.41149.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 65%
GREEN value IS 23 (9.38% from 255) = 23%
BLUE value IS 12 (5.08% from 255) = 12%
R=65%
G=23%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.82
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65231200.650.820.7512.4568.8315.1
Hex4117C041524Bc45f
Octal101271401011221131410517
Binary10000011011111000100000110100101001011110010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41170C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41170C; }

 p { color: rgb(65,23,12); }

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

<style>
 a { background-color: #41170C; }

 a { background-color: rgb(65,23,12); }

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

<style>
 span { border-color: #41170C; }

 span { border-color: rgb(65,23,12); }

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