#412822

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

Shades of Brown Pod #412822

Tints of Brown Pod #412822

Color information

#412822 (or 0x412822) is unknown color: approx Brown Pod. HEX triplet: 41, 28 and 22. RGB value is (65,40,34). Sum of RGB (Red+Green+Blue) = 65+40+34=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #412822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412822 is #BED7DD. Grayscale: #2E2E2E. Windows color (decimal): -12507102 or 2238529. OLE color: 2238529.

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

Color convert

RGB654034-
CMYK00.380.480.75
HSL11.61º31.31%19.41%-
HSV(B)11.61º47.69%25.49%-
XYZ3.232.761.88-
YUV46.79120.78140.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.76%
GREEN value IS 40 (16.02% from 255) = 28.78%
BLUE value IS 34 (13.67% from 255) = 24.46%
R=46.76%
G=28.78%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65403400.380.480.7511.6131.3119.41
Hex412822026304Bc1f13
Octal101504204660113143723
Binary10000011010001000100100110110000100101111001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412822; }

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

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

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

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

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

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

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

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