#41231D

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

Shades of Brown Pod #41231D

Tints of Brown Pod #41231D

Color information

#41231D (or 0x41231D) is unknown color: approx Brown Pod. HEX triplet: 41, 23 and 1D. RGB value is (65,35,29). Sum of RGB (Red+Green+Blue) = 65+35+29=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #41231D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41231D is #BEDCE2. Grayscale: #2B2B2B. Windows color (decimal): -12508387 or 1909569. OLE color: 1909569.

HSL color Cylindrical-coordinate representation of color #41231D: hue angle of 10º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41231D is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB653529-
CMYK00.460.550.75
HSL10º38.3%18.43%-
HSV(B)10º55.38%25.49%-
XYZ32.411.47-
YUV43.29119.94143.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.39%
GREEN value IS 35 (14.06% from 255) = 27.13%
BLUE value IS 29 (11.72% from 255) = 22.48%
R=50.39%
G=27.13%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65352900.460.550.751038.318.43
Hex41231D02E374Ba2612
Octal101433505667113124622
Binary10000011000111110101011101101111001011101010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41231D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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