#412622

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

Shades of Brown Pod #412622

Tints of Brown Pod #412622

Color information

#412622 (or 0x412622) is unknown color: approx Brown Pod. HEX triplet: 41, 26 and 22. RGB value is (65,38,34). Sum of RGB (Red+Green+Blue) = 65+38+34=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #412622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412622 is #BED9DD. Grayscale: #2D2D2D. Windows color (decimal): -12507614 or 2238017. OLE color: 2238017.

HSL color Cylindrical-coordinate representation of color #412622: hue angle of 7.74º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #412622 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB653834-
CMYK00.420.480.75
HSL7.74º31.31%19.41%-
HSV(B)7.74º47.69%25.49%-
XYZ3.162.631.85-
YUV45.62121.45141.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.45%
GREEN value IS 38 (15.23% from 255) = 27.74%
BLUE value IS 34 (13.67% from 255) = 24.82%
R=47.45%
G=27.74%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65383400.420.480.757.7431.3119.41
Hex41262202A304B81f13
Octal101464205260113103723
Binary10000011001101000100101010110000100101110001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412622; }

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

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

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

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

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

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

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

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