#41231B

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

Shades of Brown Pod #41231B

Tints of Brown Pod #41231B

Color information

#41231B (or 0x41231B) is unknown color: approx Brown Pod. HEX triplet: 41, 23 and 1B. RGB value is (65,35,27). Sum of RGB (Red+Green+Blue) = 65+35+27=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #41231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41231B is #BEDCE4. Grayscale: #2B2B2B. Windows color (decimal): -12508389 or 1778497. OLE color: 1778497.

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

Color convert

RGB653527-
CMYK00.460.580.75
HSL12.63º41.3%18.04%-
HSV(B)12.63º58.46%25.49%-
XYZ2.982.411.34-
YUV43.06118.94143.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.18%
GREEN value IS 35 (14.06% from 255) = 27.56%
BLUE value IS 27 (10.94% from 255) = 21.26%
R=51.18%
G=27.56%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65352700.460.580.7512.6341.318.04
Hex41231B02E3A4Bd2912
Octal101433305672113155122
Binary10000011000111101101011101110101001011110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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