#41190C

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

Shades of Brown Pod #41190C

Tints of Brown Pod #41190C

Color information

#41190C (or 0x41190C) is unknown color: approx Brown Pod. HEX triplet: 41, 19 and 0C. RGB value is (65,25,12). Sum of RGB (Red+Green+Blue) = 65+25+12=102 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.73% from 102); Green value is 25 (10.16% from 255 or 24.51% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 65 - color contains mainly: red. Hex color #41190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41190C is #BEE6F3. Grayscale: #232323. Windows color (decimal): -12510964 or 792897. OLE color: 792897.

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

Color convert

RGB652512-
CMYK00.620.820.75
HSL14.72º68.83%15.1%-
HSV(B)14.72º81.54%25.49%-
XYZ2.591.850.57-
YUV35.48114.75149.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 63.73%
GREEN value IS 25 (10.16% from 255) = 24.51%
BLUE value IS 12 (5.08% from 255) = 11.76%
R=63.73%
G=24.51%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.82
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65251200.620.820.7514.7268.8315.1
Hex4119C03E524Bf45f
Octal10131140761221131710517
Binary1000001110011100011111010100101001011111110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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