#41230F

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

Shades of Brown Pod #41230F

Tints of Brown Pod #41230F

Color information

#41230F (or 0x41230F) is unknown color: approx Brown Pod. HEX triplet: 41, 23 and 0F. RGB value is (65,35,15). Sum of RGB (Red+Green+Blue) = 65+35+15=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #41230F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41230F is #BEDCF0. Grayscale: #292929. Windows color (decimal): -12508401 or 992065. OLE color: 992065.

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

Color convert

RGB653515-
CMYK00.460.770.75
HSL24º62.5%15.69%-
HSV(B)24º76.92%25.49%-
XYZ2.872.360.76-
YUV41.69112.94144.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.52%
GREEN value IS 35 (14.06% from 255) = 30.43%
BLUE value IS 15 (6.25% from 255) = 13.04%
R=56.52%
G=30.43%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65351500.460.770.752462.515.69
Hex4123F02E4D4B183e10
Octal1014317056115113307620
Binary100000110001111110101110100110110010111100011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41230F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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