#412722

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

Shades of Brown Pod #412722

Tints of Brown Pod #412722

Color information

#412722 (or 0x412722) is unknown color: approx Brown Pod. HEX triplet: 41, 27 and 22. RGB value is (65,39,34). Sum of RGB (Red+Green+Blue) = 65+39+34=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #412722 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412722 is #BED8DD. Grayscale: #2E2E2E. Windows color (decimal): -12507358 or 2238273. OLE color: 2238273.

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

Color convert

RGB653934-
CMYK00.400.480.75
HSL9.68º31.31%19.41%-
HSV(B)9.68º47.69%25.49%-
XYZ3.192.691.86-
YUV46.2121.11141.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.10%
GREEN value IS 39 (15.62% from 255) = 28.26%
BLUE value IS 34 (13.67% from 255) = 24.64%
R=47.10%
G=28.26%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65393400.400.480.759.6831.3119.41
Hex412722028304Ba1f13
Octal101474205060113123723
Binary10000011001111000100101000110000100101110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412722; }

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

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

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

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

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

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

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

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