#41230D

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

Shades of Brown Pod #41230D

Tints of Brown Pod #41230D

Color information

#41230D (or 0x41230D) is unknown color: approx Brown Pod. HEX triplet: 41, 23 and 0D. RGB value is (65,35,13). Sum of RGB (Red+Green+Blue) = 65+35+13=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #41230D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41230D is #BEDCF2. Grayscale: #292929. Windows color (decimal): -12508403 or 860993. OLE color: 860993.

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

Color convert

RGB653513-
CMYK00.460.800.75
HSL25.38º66.67%15.29%-
HSV(B)25.38º80%25.49%-
XYZ2.852.350.68-
YUV41.46111.94144.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.52%
GREEN value IS 35 (14.06% from 255) = 30.97%
BLUE value IS 13 (5.47% from 255) = 11.50%
R=57.52%
G=30.97%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65351300.460.800.7525.3866.6715.29
Hex4123D02E504B1943f
Octal10143150561201133110317
Binary100000110001111010101110101000010010111100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41230D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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