#412923

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

Shades of Brown Pod #412923

Tints of Brown Pod #412923

Color information

#412923 (or 0x412923) is unknown color: approx Brown Pod. HEX triplet: 41, 29 and 23. RGB value is (65,41,35). Sum of RGB (Red+Green+Blue) = 65+41+35=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #412923 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412923 is #BED6DC. Grayscale: #2F2F2F. Windows color (decimal): -12506845 or 2304321. OLE color: 2304321.

HSL color Cylindrical-coordinate representation of color #412923: hue angle of 12º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #412923 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.75.

Color convert

RGB654135-
CMYK00.370.460.75
HSL12º30%19.61%-
HSV(B)12º46.15%25.49%-
XYZ3.282.831.96-
YUV47.49120.95140.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.10%
GREEN value IS 41 (16.41% from 255) = 29.08%
BLUE value IS 35 (14.06% from 255) = 24.82%
R=46.10%
G=29.08%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65413500.370.460.75123019.61
Hex4129230252E4Bc1e14
Octal101514304556113143624
Binary10000011010011000110100101101110100101111001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412923; }

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

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

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

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

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

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

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

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