#41160D

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

Shades of Brown Pod #41160D

Tints of Brown Pod #41160D

Color information

#41160D (or 0x41160D) is unknown color: approx Brown Pod. HEX triplet: 41, 16 and 0D. RGB value is (65,22,13). Sum of RGB (Red+Green+Blue) = 65+22+13=100 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65% from 100); Green value is 22 (8.98% from 255 or 22% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 65 - color contains mainly: red. Hex color #41160D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41160D is #BEE9F2. Grayscale: #212121. Windows color (decimal): -12511731 or 857665. OLE color: 857665.

HSL color Cylindrical-coordinate representation of color #41160D: hue angle of 10.38º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41160D is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB652213-
CMYK00.660.800.75
HSL10.38º66.67%15.29%-
HSV(B)10.38º80%25.49%-
XYZ2.541.730.58-
YUV33.83116.25150.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 65%
GREEN value IS 22 (8.98% from 255) = 22%
BLUE value IS 13 (5.47% from 255) = 13%
R=65%
G=22%
B=13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65221300.660.800.7510.3866.6715.29
Hex4116D042504Ba43f
Octal101261501021201131210317
Binary10000011011011010100001010100001001011101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41160D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41160D; }

 p { color: rgb(65,22,13); }

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

<style>
 a { background-color: #41160D; }

 a { background-color: rgb(65,22,13); }

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

<style>
 span { border-color: #41160D; }

 span { border-color: rgb(65,22,13); }

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