#41190B

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

Shades of Brown Pod #41190B

Tints of Brown Pod #41190B

Color information

#41190B (or 0x41190B) is unknown color: approx Brown Pod. HEX triplet: 41, 19 and 0B. RGB value is (65,25,11). Sum of RGB (Red+Green+Blue) = 65+25+11=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 11 (4.69% from 255 or 10.89% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #41190B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41190B is #BEE6F4. Grayscale: #232323. Windows color (decimal): -12510965 or 727361. OLE color: 727361.

HSL color Cylindrical-coordinate representation of color #41190B: hue angle of 15.56º 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 #41190B is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB652511-
CMYK00.620.830.75
HSL15.56º71.05%14.9%-
HSV(B)15.56º83.08%25.49%-
XYZ2.591.840.54-
YUV35.36114.25149.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 64.36%
GREEN value IS 25 (10.16% from 255) = 24.75%
BLUE value IS 11 (4.69% from 255) = 10.89%
R=64.36%
G=24.75%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65251100.620.830.7515.5671.0514.9
Hex4119B03E534B1047f
Octal10131130761231132010717
Binary10000011100110110111110101001110010111000010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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