#412623

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

Shades of Brown Pod #412623

Tints of Brown Pod #412623

Color information

#412623 (or 0x412623) is unknown color: approx Brown Pod. HEX triplet: 41, 26 and 23. RGB value is (65,38,35). Sum of RGB (Red+Green+Blue) = 65+38+35=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #412623 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412623 is #BED9DC. Grayscale: #2D2D2D. Windows color (decimal): -12507613 or 2303553. OLE color: 2303553.

HSL color Cylindrical-coordinate representation of color #412623: hue angle of 6º 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 #412623 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.75.

Color convert

RGB653835-
CMYK00.420.460.75
HSL30%19.61%-
HSV(B)46.15%25.49%-
XYZ3.182.631.93-
YUV45.73121.95141.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.10%
GREEN value IS 38 (15.23% from 255) = 27.54%
BLUE value IS 35 (14.06% from 255) = 25.36%
R=47.10%
G=27.54%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65383500.420.460.7563019.61
Hex41262302A2E4B61e14
Octal10146430525611363624
Binary1000001100110100011010101010111010010111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412623; }

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

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

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

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

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

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

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

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