#412E32

Color #412E32 Cab Sav (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cab Sav #412E32

Tints of Cab Sav #412E32

Color information

#412E32 (or 0x412E32) is unknown color: approx Cab Sav. HEX triplet: 41, 2E and 32. RGB value is (65,46,50). Sum of RGB (Red+Green+Blue) = 65+46+50=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 65 - color contains mainly: red. Hex color #412E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E32 is #BED1CD. Grayscale: #343434. Windows color (decimal): -12505550 or 3288641. OLE color: 3288641.

HSL color Cylindrical-coordinate representation of color #412E32: hue angle of 347.37º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #412E32 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB654650-
CMYK00.290.230.75
HSL347.37º17.12%21.76%-
HSV(B)347.37º29.23%25.49%-
XYZ3.733.313.46-
YUV52.14126.79137.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.37%
GREEN value IS 46 (18.36% from 255) = 28.57%
BLUE value IS 50 (19.92% from 255) = 31.06%
R=40.37%
G=28.57%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65465000.290.230.75347.3717.1221.76
Hex412E3201D174B15b1116
Octal1015662035271135332126
Binary10000011011101100100111011011110010111010110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412E32; }

 p { color: rgb(65,46,50); }

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

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

 a { background-color: rgb(65,46,50); }

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

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

 span { border-color: rgb(65,46,50); }

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