#412522

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

Shades of Brown Pod #412522

Tints of Brown Pod #412522

Color information

#412522 (or 0x412522) is unknown color: approx Brown Pod. HEX triplet: 41, 25 and 22. RGB value is (65,37,34). Sum of RGB (Red+Green+Blue) = 65+37+34=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #412522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412522 is #BEDADD. Grayscale: #2D2D2D. Windows color (decimal): -12507870 or 2237761. OLE color: 2237761.

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

Color convert

RGB653734-
CMYK00.430.480.75
HSL5.81º31.31%19.41%-
HSV(B)5.81º47.69%25.49%-
XYZ3.132.561.84-
YUV45.03121.78142.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.79%
GREEN value IS 37 (14.84% from 255) = 27.21%
BLUE value IS 34 (13.67% from 255) = 25%
R=47.79%
G=27.21%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65373400.430.480.755.8131.3119.41
Hex41252202B304B61f13
Octal10145420536011363723
Binary1000001100101100010010101111000010010111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412522; }

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

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

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

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

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

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

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

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