#41170B

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

Shades of Brown Pod #41170B

Tints of Brown Pod #41170B

Color information

#41170B (or 0x41170B) is unknown color: approx Brown Pod. HEX triplet: 41, 17 and 0B. RGB value is (65,23,11). Sum of RGB (Red+Green+Blue) = 65+23+11=99 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65.66% from 99); Green value is 23 (9.38% from 255 or 23.23% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 65 - color contains mainly: red. Hex color #41170B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41170B is #BEE8F4. Grayscale: #222222. Windows color (decimal): -12511477 or 726849. OLE color: 726849.

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

Color convert

RGB652311-
CMYK00.650.830.75
HSL13.33º71.05%14.9%-
HSV(B)13.33º83.08%25.49%-
XYZ2.551.760.52-
YUV34.19114.91149.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 65.66%
GREEN value IS 23 (9.38% from 255) = 23.23%
BLUE value IS 11 (4.69% from 255) = 11.11%
R=65.66%
G=23.23%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65231100.650.830.7513.3371.0514.9
Hex4117B041534Bd47f
Octal101271301011231131510717
Binary10000011011110110100000110100111001011110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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