#41190A

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

Shades of Brown Pod #41190A

Tints of Brown Pod #41190A

Color information

#41190A (or 0x41190A) is unknown color: approx Brown Pod. HEX triplet: 41, 19 and 0A. RGB value is (65,25,10). Sum of RGB (Red+Green+Blue) = 65+25+10=100 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 10 (4.30% from 255 or 10% from 100); Max value from RGB is 65 - color contains mainly: red. Hex color #41190A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41190A is #BEE6F5. Grayscale: #232323. Windows color (decimal): -12510966 or 661825. OLE color: 661825.

HSL color Cylindrical-coordinate representation of color #41190A: hue angle of 16.36º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #41190A is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.75.

Color convert

RGB652510-
CMYK00.620.850.75
HSL16.36º73.33%14.71%-
HSV(B)16.36º84.62%25.49%-
XYZ2.581.840.51-
YUV35.25113.75149.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 65%
GREEN value IS 25 (10.16% from 255) = 25%
BLUE value IS 10 (4.30% from 255) = 10%
R=65%
G=25%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65251000.620.850.7516.3673.3314.71
Hex4119A03E554B1049f
Octal10131120761251132011117
Binary10000011100110100111110101010110010111000010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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