#41230E

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

Shades of Brown Pod #41230E

Tints of Brown Pod #41230E

Color information

#41230E (or 0x41230E) is unknown color: approx Brown Pod. HEX triplet: 41, 23 and 0E. RGB value is (65,35,14). Sum of RGB (Red+Green+Blue) = 65+35+14=114 (15% of max value = 765). Red value is 65 (25.78% from 255 or 57.02% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 14 (5.86% from 255 or 12.28% from 114); Max value from RGB is 65 - color contains mainly: red. Hex color #41230E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41230E is #BEDCF1. Grayscale: #292929. Windows color (decimal): -12508402 or 926529. OLE color: 926529.

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

Color convert

RGB653514-
CMYK00.460.780.75
HSL24.71º64.56%15.49%-
HSV(B)24.71º78.46%25.49%-
XYZ2.862.360.72-
YUV41.58112.44144.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.02%
GREEN value IS 35 (14.06% from 255) = 30.70%
BLUE value IS 14 (5.86% from 255) = 12.28%
R=57.02%
G=30.70%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65351400.460.780.7524.7164.5615.49
Hex4123E02E4E4B1941f
Octal10143160561161133110117
Binary100000110001111100101110100111010010111100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41230E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41230E; }

 p { color: rgb(65,35,14); }

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

<style>
 a { background-color: #41230E; }

 a { background-color: rgb(65,35,14); }

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

<style>
 span { border-color: #41230E; }

 span { border-color: rgb(65,35,14); }

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